mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
help
This commit is contained in:
@@ -3,7 +3,7 @@ import requests
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
URL = "http://service"
|
||||
URL = "http://service:5000"
|
||||
|
||||
|
||||
@app.route('/')
|
||||
|
@@ -7,4 +7,4 @@ run pip install -r requirements.txt
|
||||
expose 5000
|
||||
entrypoint [ "python" ]
|
||||
|
||||
cmd [ "app.py" ]
|
||||
cmd [ "__init__.py" ]
|
Reference in New Issue
Block a user