Add docker support
This commit is contained in:
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
||||
services:
|
||||
nginx:
|
||||
build: .
|
||||
ports:
|
||||
- "${LOCAL_PORT}:80"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user