Skip to content

Commit b9cf974

Browse files
author
unisbadri
committed
change build mechanism
1 parent d4b4996 commit b9cf974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . $REACTJS_HOME
1212
RUN npm install -g serve
1313

1414
RUN npm install
15-
RUN npm build
15+
RUN npm run build
1616

1717
EXPOSE 3000
1818

0 commit comments

Comments
 (0)