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
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue