test-flask-app / docker-compose.yml
frasan's picture
f
dc12774
raw
history blame
No virus
127 Bytes
version: '3.8'
services:
flask-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"