Renamed nginx server block and disabled the default one

This commit is contained in:
eroncero 2025-02-14 14:11:35 +01:00
parent 77702a36f0
commit 489400ad70
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN chmod 0440 /etc/ssl/private/dolibarr-selfsigned.key && chmod 0444 /etc/ssl/c
RUN /app/scripts/create_databases.sh
RUN mv /app/default /etc/nginx/sites-available/default
RUN mv /app/dolibarr.conf /etc/nginx/sites-available/dolibarr.conf && rm /etc/nginx/sites-enabled/default
ENV PORT=8080