Mathieu Viossat пре 8 година
родитељ
комит
ef3ae31bdd
1 измењених фајлова са 1 додато и 0 уклоњено
  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"]