Renamed nginx server block and disabled the default one
This commit is contained in:
parent
77702a36f0
commit
489400ad70
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user