Explorar o código

Dockerfile: Add EXPOSE

Mathieu Viossat %!s(int64=8) %!d(string=hai) anos
pai
achega
ef3ae31bdd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -94,5 +94,6 @@ RUN \
     rm /home/wekan/install_meteor.sh
 
 ENV PORT=80
+EXPOSE $PORT
 
 CMD ["node", "/build/main.js"]