Dockerfile: Add EXPOSE

pull/835/head
Mathieu Viossat 8 years ago
parent c7f30c96fc
commit ef3ae31bdd
  1. 1
      Dockerfile

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

Loading…
Cancel
Save