Skip to content

Commit 3012e6e

Browse files
authored
Update Dockerfile
1 parent 748f38f commit 3012e6e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM node:12
22

33
WORKDIR /code.mju-rats.com-FE
4-
# RUN npm rebuild esbuild
5-
# RUN npm install -g pm2
4+
65

76
COPY package*.json ./
87
COPY yarn.lock ./
@@ -12,6 +11,5 @@ RUN rm -rf node_modules
1211
RUN npm install
1312

1413
EXPOSE 3000
15-
# CMD ["npx", "pm2", "start", "ecosystem.config.js", "--no-daemon"]
16-
# CMD ["webpack-dev-server", "--host", "0.0.0.0", "--port", "3000"]
17-
CMD ["npm", "run", "dev"]
14+
15+
CMD ["npm", "run", "dev"]

0 commit comments

Comments
 (0)