Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit d0b0781

Browse files
committed
Use yarn start
1 parent 196b82d commit d0b0781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN yarn install
55
COPY . .
66
EXPOSE 3000
77

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

0 commit comments

Comments
 (0)