Explorar el Código

no need for expose

Girish Ramakrishnan hace 9 años
padre
commit
1d55fa1b5e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -3,8 +3,6 @@ MAINTAINER Johannes Zellner <johannes@cloudron.io>
 
 ENV PATH /usr/local/node-4.2.1/bin:$PATH
 
-EXPOSE 4567
-
 RUN mkdir -p /app/code
 WORKDIR /app/code
 RUN git clone -b v0.8.x https://github.com/NodeBB/NodeBB.git .