This commit is contained in:
piair
2023-06-25 10:24:03 +02:00
parent fabd826aa8
commit 5b558285af
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ RUN curl -sSLO https://piair.xyz/download/chrome.deb \
&& dpkg -i chrome.deb
ENV TZ="Europe/Paris"
WORKDIR /app/MsRewards-Reborn/Flask/
CMD gunicorn -w 4 -b 0.0.0.0:2345 'app:app'
CMD gunicorn -w 4 -b 0.0.0.0:1234 'app:app'