added docker files
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
command: "python main.py"
|
||||
volumes:
|
||||
- .:/code
|
||||
ports:
|
||||
- "8080:8080"
|
||||
Reference in New Issue
Block a user