Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Baw-Appie committed Nov 20, 2024
1 parent ec61d67 commit aa497c7
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 @@ -5,7 +5,7 @@ WORKDIR /app

COPY . .

RUN yarn
RUN yarn build --production=false
RUN yarn --production=false
RUN yarn build

CMD ["node", "./dist/"]

0 comments on commit aa497c7

Please sign in to comment.