test-flask-app / docker-compose.yml
frasan's picture
first commit
8ef5a0f
raw
history blame
No virus
151 Bytes
version: '3.8'
services:
flask-app:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app
ports:
- "80:80"