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 d4b4996 commit b9cf974Copy full SHA for b9cf974
Dockerfile
@@ -12,7 +12,7 @@ COPY . $REACTJS_HOME
12
RUN npm install -g serve
13
14
RUN npm install
15
-RUN npm build
+RUN npm run build
16
17
EXPOSE 3000
18
0 commit comments