Browse Source

Dockerfile: Add EXPOSE

Mathieu Viossat 8 years ago
parent
commit
ef3ae31bdd
1 changed files with 1 additions and 0 deletions
  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"]