added image name/tag to build
This commit is contained in:
parent
18f59d2e04
commit
affb5a623a
@ -3,6 +3,7 @@ version: "2"
|
||||
services:
|
||||
python-app:
|
||||
build: .
|
||||
image: python-app:3.9-alpine
|
||||
volumes:
|
||||
- ./app/:/app
|
||||
entrypoint: [python, script.py]
|
||||
|
Loading…
Reference in New Issue
Block a user