initial django build using docker and gunicorn.
This commit is contained in:
5
compose.yaml
Normal file
5
compose.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- 8000:8000
|
||||
Reference in New Issue
Block a user