Parcourir la source

Mise à jour de 'Dockerfile'

penta il y a 4 jours
Parent
commit
287044bfba
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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