summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Viossat <mathieu@viossat.fr>2017-02-11 20:34:01 +0000
committerMathieu Viossat <mathieu@viossat.fr>2017-02-11 20:34:01 +0000
commitef3ae31bddb16a5421d3975a9f398d629b7a3517 (patch)
tree1a1a0903a01b8ab5e5030ce17e1eb76673a25cde
parentc7f30c96fceb61ee876a6ae0f730838d3186a4cd (diff)
downloadwekan-ef3ae31bddb16a5421d3975a9f398d629b7a3517.tar.gz
wekan-ef3ae31bddb16a5421d3975a9f398d629b7a3517.tar.bz2
wekan-ef3ae31bddb16a5421d3975a9f398d629b7a3517.zip
Dockerfile: Add EXPOSE
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index b6e8b3df..507432f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -94,5 +94,6 @@ RUN \
rm /home/wekan/install_meteor.sh
ENV PORT=80
+EXPOSE $PORT
CMD ["node", "/build/main.js"]