This commit is contained in:
2020-02-18 12:55:03 +01:00
parent e64a0f080e
commit 8a75cef351
11 changed files with 310 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import requests
app = Flask(__name__)
URL = "http://service"
URL = "http://service:5000"
@app.route('/')

View File

@@ -7,4 +7,4 @@ run pip install -r requirements.txt
expose 5000
entrypoint [ "python" ]
cmd [ "app.py" ]
cmd [ "__init__.py" ]