@@ -7,5 +7,4 @@ COPY . /app
RUN cnpm install
RUN npm run build
-EXPOSE 3000
-CMD [ "npm", "run start" ]
+CMD [ "npm", "start" ]