mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
tis af fam, dees was wel de minst plezante om te doen
This commit is contained in:
@@ -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)
|
||||
|
@@ -4,7 +4,7 @@ copy . /app
|
||||
workdir /app
|
||||
|
||||
run pip install -r requirements.txt
|
||||
expose 7000
|
||||
expose 80
|
||||
entrypoint [ "python" ]
|
||||
|
||||
cmd [ "app.py" ]
|
Reference in New Issue
Block a user