Ver Fonte

Mise à jour de 'Dockerfile'

penta há 4 dias atrás
pai
commit
287044bfba
1 ficheiros alterados com 2 adições e 0 exclusões
  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"