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 d2cc1c1 commit aa22c77Copy full SHA for aa22c77
Dockerfile
@@ -5,6 +5,6 @@ WORKDIR /app
5
COPY . .
6
7
RUN npm install
8
-RUN npm build
+RUN npm run build
9
10
-CMD ["npm", "start"]
+CMD ["npm", "run", "start"]
0 commit comments