We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c511c94 commit ea550b6Copy full SHA for ea550b6
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:18-alpine
2
WORKDIR /app
3
COPY my-app .
4
-RUN if [ "$NODE_ENV" = "production" ]; then npm install --production; else npm ci; fi
+RUN npm ci
5
EXPOSE 5173
6
CMD ["npm", "run", "dev"]
0 commit comments