Initial commit
This commit is contained in:
7
docker-compose.yml.example
Normal file
7
docker-compose.yml.example
Normal file
@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- 8000:8000
|
Reference in New Issue
Block a user