Skip to content
Snippets Groups Projects
Unverified Commit 2c7f3d0f authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Separating development and production servers more clearly.

The development server uses docker-compose run and mounts the
app directory. It then runs the flask development server.
The production server uses docker-compose up and runs flask as a
uwsgi app behind nginx. It does not mount app.
parent 0d31349c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment