1
0

mercore starter

This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 20:11:32 -04:00
parent 5087afcca6
commit 8bb5ce69e2
53 changed files with 418 additions and 1620 deletions
+8 -2
View File
@@ -17,6 +17,12 @@ EXPOSE 5000
ENV FLASK_APP=app.py
ENV FLASK_RUN_HOST=0.0.0.0
RUN chmod +x scripts/entrypoint.sh
#RUN chmod +x scripts/entrypoint.sh
#
#ENTRYPOINT ["scripts/entrypoint.sh"]
CMD ["sh", "-c", \
"echo 'Starting Gunicorn server...' && \
exec gunicorn -w 4 -b 0.0.0.0:5000 wsgi:wsgi_app"]
ENTRYPOINT ["scripts/entrypoint.sh"]