We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf1b26 commit e96395eCopy full SHA for e96395e
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM node:alpine
2
3
COPY . .
4
5
-RUN npm run install
+RUN npm install
6
RUN npm run build
7
8
EXPOSE 3000
0 commit comments