@@ -7,7 +7,7 @@ RUN npm cache verify
RUN npm install
RUN npm install -g nodemon
COPY . /var/www/app
-EXPOSE 4000
-#EXPOSE 9991
+#EXPOSE 4000
+EXPOSE 9991
CMD ["npm","start"]