We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41529c0 commit 6896a33Copy full SHA for 6896a33
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:20-alpine
2
3
-RUN npm install
+RUN npm install -y
4
5
CMD ["npm", "run", "dev"]
0 commit comments