docker-compose setup (wip)

This commit is contained in:
2019-11-13 20:36:09 -05:00
parent df8ab7727b
commit 7f121d2ac0
5 changed files with 48 additions and 47 deletions

4
app.py
View File

@@ -1,6 +1,3 @@
import time
time.sleep(60)
from flask import Flask
import api
@@ -12,7 +9,6 @@ app = Flask(__name__)
app.secret_key = config.FLASK_SECRET
template_filters.setup_template_filters(app)
views.setup_views(app)
api.setup_api(app)