Skip to content

Commit 534a987

Browse files
format
1 parent 7b518bd commit 534a987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR /usr/src/app
88
COPY . .
99

1010
RUN yarn install
11+
1112
RUN yarn deploy-commands
1213

13-
CMD ["yarn", "start"]
14+
CMD ["yarn", "start"]

0 commit comments

Comments
 (0)