mirror of
https://github.com/bvanroll/stage-frontend.git
synced 2025-08-28 19:42:48 +00:00
no submodules
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "infra"]
|
||||
path = infra
|
||||
url = https://github.com/beppevanrolleghem/stage-infra
|
||||
|
1
infra
1
infra
Submodule infra deleted from e05b588517
@@ -3,7 +3,7 @@ import requests
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
URL = "http://server-check:6000"
|
||||
URL = "http://server-check"
|
||||
|
||||
@app.errorhandler(404)
|
||||
def page_not_found(error):
|
||||
@@ -35,4 +35,4 @@ def findServer(name, port):
|
||||
return requests.get("http://"+name+":"+port)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True, host="0.0.0.0", port=5000)
|
||||
app.run(debug=True, host="0.0.0.0", port=80)
|
||||
|
@@ -4,7 +4,7 @@ copy . /app
|
||||
workdir /app
|
||||
|
||||
run pip install -r requirements.txt
|
||||
expose 5000
|
||||
expose 80
|
||||
entrypoint [ "python" ]
|
||||
|
||||
cmd [ "app.py" ]
|
Submodule stage-infra deleted from 7938666913
Reference in New Issue
Block a user