Revert "mercore starter"

This reverts commit 8bb5ce69e2.
This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 20:14:37 -04:00
parent 8bb5ce69e2
commit 1795db35be
53 changed files with 1620 additions and 418 deletions
+2 -8
View File
@@ -17,12 +17,6 @@ EXPOSE 5000
ENV FLASK_APP=app.py
ENV FLASK_RUN_HOST=0.0.0.0
#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"]
RUN chmod +x scripts/entrypoint.sh
ENTRYPOINT ["scripts/entrypoint.sh"]