Skip to content

Commit a747f94

Browse files
committed
test docker build
1 parent 789ab42 commit a747f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 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 npm install
8+
RUN yarn install
99

10-
CMD [ "npm", "start" ]
10+
CMD [ "yarn", "start" ]

0 commit comments

Comments
 (0)