Skip to content

Commit

Permalink
Merge pull request #106 from BirthdayResearch/harsh/build-fix
Browse files Browse the repository at this point in the history
fix(build): fix docker build
  • Loading branch information
fullstackninja864 authored Jul 19, 2024
2 parents a5163db + ba82a4e commit d3a6880
Show file tree
Hide file tree
Showing 2 changed files with 3,146 additions and 3,653 deletions.
2 changes: 1 addition & 1 deletion apps/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ EXPOSE 5741
RUN pnpm fetch

RUN pnpm install -r --offline
RUN pnpm build --filter="server"
RUN pnpm build

CMD node apps/server/dist/main.js
Loading

0 comments on commit d3a6880

Please sign in to comment.