Skip to content

Commit ba5e744

Browse files
committed
test docs
1 parent daa7567 commit ba5e744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ENV NODE_ENV=production
55
WORKDIR /usr/src/app
66

77
COPY . /usr/src/app/
8-
RUN yarn install
9-
RUN yarn add webpack-cli
10-
CMD [ "yarn", "start" ]
8+
# RUN yarn install
9+
# RUN yarn add webpack-cli
10+
CMD [ "yarn", "install" ]

0 commit comments

Comments
 (0)