auto reload. added back mobile search.

This commit is contained in:
piair
2023-07-03 21:29:26 +02:00
parent 5c23097873
commit 659e7d3664
4 changed files with 13 additions and 13 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:1234 'app:app'
CMD gunicorn --reload -w 4 -b 0.0.0.0:1234 'app:app'