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 789ab42 commit a747f94Copy full SHA for a747f94
Dockerfile
@@ -5,6 +5,6 @@ ENV NODE_ENV=production
5
WORKDIR /usr/src/app
6
7
COPY . /usr/src/app/
8
-RUN npm install
+RUN yarn install
9
10
-CMD [ "npm", "start" ]
+CMD [ "yarn", "start" ]
0 commit comments