Skip to content

Commit 3d2cf6e

Browse files
committed
update dockerfile
1 parent 7132520 commit 3d2cf6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:18-alpine
22
WORKDIR /app
33
COPY package.json package-lock.json ./
4-
RUN rm -rf node_modules && npm install --legacy-peer-deps
54
COPY . .
65
RUN npm run build
76
CMD ["npm", "start"]

0 commit comments

Comments
 (0)