feat: enhance deployment configuration with port fixes, debug script, and updated documentation

This commit is contained in:
WhiteX 2025-06-12 17:58:51 +03:00 committed by rzmk
parent 23d0ef5994
commit 40c63156a5
5 changed files with 139 additions and 5 deletions

View file

@ -59,6 +59,8 @@ WORKDIR /app
COPY ./extra/nginx.conf /etc/nginx/conf.d/default.conf
ENV PORT=80 LEARNHOUSE_PORT=9000 HOSTNAME=0.0.0.0
COPY ./extra/start.sh /app/start.sh
COPY ./debug-services.sh /app/debug-services.sh
RUN chmod +x /app/start.sh /app/debug-services.sh
# Add near the end of your Dockerfile_coolify
RUN echo '#!/bin/bash\n\