mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Update Dockerfile
This commit is contained in:
parent
52d9c51e69
commit
9e1e742176
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM nginx
|
||||||
## Remove default nginx website
|
## Remove default nginx website
|
||||||
RUN rm -rf /usr/share/nginx/html/*
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
|
|
||||||
## From 'build' copy website to default nginx public folder
|
## From 'build' directory copy website to default nginx public folder
|
||||||
COPY ./build/prod /usr/share/nginx/html
|
COPY ./build/prod /usr/share/nginx/html
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue