added docker

This commit is contained in:
Simon Haas 2020-12-04 20:50:20 +00:00
parent c9d9730726
commit 7f58b72c8e
4 changed files with 32 additions and 2 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: "3.6"
services:
web:
build:
context: .
dockerfile: ./docker/web/Dockerfile
container_name: cyberchef_nginx
restart: always
ports:
- 8080:80
volumes:
- ./build/prod:/usr/share/nginx/html