This commit is contained in:
piair 2023-07-01 13:51:48 +02:00
parent 5e2e7f9f14
commit cf88ede967
2 changed files with 2 additions and 2 deletions

View File

@ -407,4 +407,4 @@ def maxi(dict):
if __name__ == '__main__': if __name__ == '__main__':
update_jobs() update_jobs()
edit_version() edit_version()
app.run(host='0.0.0.0', port=1234, debug=True) app.run(host='0.0.0.0', port=3456, debug=True)

View File

@ -1 +1 @@
sudo docker build --no-cache -t msrewards . && sudo docker run -d --restart unless-stopped -p 1234:1234 -p 2345:2345 -ti --shm-size=2gb --name MsRewards msrewards sudo docker build --no-cache -t msrewards . && sudo docker run -d --restart unless-stopped -p 3456:3456 -ti --shm-size=2gb --name Dev msrewards