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 daa7567 commit ba5e744Copy full SHA for ba5e744
Dockerfile
@@ -5,6 +5,6 @@ ENV NODE_ENV=production
5
WORKDIR /usr/src/app
6
7
COPY . /usr/src/app/
8
-RUN yarn install
9
-RUN yarn add webpack-cli
10
-CMD [ "yarn", "start" ]
+# RUN yarn install
+# RUN yarn add webpack-cli
+CMD [ "yarn", "install" ]
0 commit comments