Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
KinjiKawaguchi committed Oct 8, 2024
1 parent 7b518bd commit 534a987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /usr/src/app
COPY . .

RUN yarn install

RUN yarn deploy-commands

CMD ["yarn", "start"]
CMD ["yarn", "start"]

0 comments on commit 534a987

Please sign in to comment.