We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7132520 commit 3d2cf6eCopy full SHA for 3d2cf6e
Dockerfile
@@ -1,7 +1,6 @@
1
FROM node:18-alpine
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
-RUN rm -rf node_modules && npm install --legacy-peer-deps
5
COPY . .
6
RUN npm run build
7
CMD ["npm", "start"]
0 commit comments