Skip to content

Commit

Permalink
ci: Refactor Dockerfile and add yarn deploy-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KinjiKawaguchi committed Oct 8, 2024
1 parent 715671f commit 7b518bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ WORKDIR /usr/src/app
COPY . .

RUN yarn install
RUN yarn deploy-commands

CMD ["yarn", "start"]

CMD ["yarn", "start"]

0 comments on commit 7b518bd

Please sign in to comment.