Sfoglia il codice sorgente

Mise à jour de 'Dockerfile'

penta 4 giorni fa
parent
commit
287044bfba
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"