Parcourir la source

*docker file bug

lunaflora il y a 1 an
Parent
commit
75594b8fe5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -42,7 +42,7 @@ EXPOSE 3000
 
 CMD if [ -n "$PROXY_URL" ]; then \
         if [ -z "$HOSTNAME" ]; then \
-          export HOSTNAME="127.0.0.1" \
+          export HOSTNAME="127.0.0.1"; \
         fi; \
         protocol=$(echo $PROXY_URL | cut -d: -f1); \
         host=$(echo $PROXY_URL | cut -d/ -f3 | cut -d: -f1); \