Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jerowe/31d306a23546edb70ba8aba69b57fbc9 to your computer and use it in GitHub Desktop.
Save jerowe/31d306a23546edb70ba8aba69b57fbc9 to your computer and use it in GitHub Desktop.
version: '3'
services:
flask-app-server:
build:
context: flask_app
dockerfile: Dockerfile
ports:
- "5000:5000"
volumes:
- ./flask_app:/home/flask/flask_app:Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment