no submodule

This commit is contained in:
2020-03-16 16:15:40 +01:00
parent 464f923b20
commit 75fa216cc6
5 changed files with 2 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "infra"]
path = infra
url = https://github.com/beppevanrolleghem/stage-infra

1
infra

Submodule infra deleted from 7938666913

View File

@@ -21,4 +21,4 @@ def get():
if __name__ == '__main__':
app.run(debug=True, host="0.0.0.0", port=6000)
app.run(debug=True, host="0.0.0.0", port=80)

View File

@@ -4,7 +4,7 @@ copy . /app
workdir /app
run pip install -r requirements.txt
expose 7000
expose 80
entrypoint [ "python" ]
cmd [ "app.py" ]