Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagur1203 committed Oct 16, 2024
1 parent 7051f73 commit 2d9c6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /app
RUN corepack enable

COPY . .
RUN corepack up
RUN pnpm install
RUN pnpm build

CMD [ "pnpm", "--filter=server", "start" ]

0 comments on commit 2d9c6ad

Please sign in to comment.