remove liara.json & workflow/liara.yaml - add Dockerfile & docker-compose file
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3.10'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: ./
|
||||
command: python manage.py runserver 0.0.0.0:5000
|
||||
volumes:
|
||||
- ./app/:/usr/src/app/
|
||||
ports:
|
||||
- "5000:5000"
|
||||
Reference in New Issue
Block a user