Browse Source

Mise à jour de 'Dockerfile'

penta 4 days ago
parent
commit
287044bfba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -594,6 +594,8 @@ RUN chmod 0755 \
 
 
 USER ${USER_UID}:${USER_GID}
 USER ${USER_UID}:${USER_GID}
 
 
+RUN sed -i 's/\r$//' /etc/nginx-entrypoint.sh
+
 ENV USER="${USER_NAME}" \
 ENV USER="${USER_NAME}" \
     HOME="/home/${USER_NAME}" \
     HOME="/home/${USER_NAME}" \
     SHELL="/bin/bash"
     SHELL="/bin/bash"