added docker-compose to project
This commit is contained in:
parent
df20bb7680
commit
8a6c2dffd5
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: "2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
python-app:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./app/:/app
|
||||||
|
entrypoint: [python, script.py]
|
Loading…
Reference in New Issue
Block a user