mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
added docker
This commit is contained in:
parent
c9d9730726
commit
7f58b72c8e
4 changed files with 32 additions and 2 deletions
5
docker/grunt/Dockerfile
Normal file
5
docker/grunt/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM node:10
|
||||
|
||||
RUN npm install -g grunt-cli
|
||||
|
||||
EXPOSE 8080
|
3
docker/web/Dockerfile
Normal file
3
docker/web/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM nginx
|
||||
|
||||
COPY ./build/prod /usr/share/nginx/html
|
Loading…
Add table
Add a link
Reference in a new issue