mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
added new line and renamed container
This commit is contained in:
parent
7f58b72c8e
commit
3ba855502f
2 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/web/Dockerfile
|
dockerfile: ./docker/web/Dockerfile
|
||||||
container_name: cyberchef_nginx
|
container_name: cyberchef
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./build/prod:/usr/share/nginx/html
|
- ./build/prod:/usr/share/nginx/html
|
||||||
|
|
|
@ -2,4 +2,4 @@ FROM node:10
|
||||||
|
|
||||||
RUN npm install -g grunt-cli
|
RUN npm install -g grunt-cli
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue