Skip to content

Commit

Permalink
[Dockefile] Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Apr 2, 2023
1 parent a6605c8 commit 2d420ce
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 @@ -37,7 +37,7 @@ RUN pnpm install --only=production
RUN pnpx prisma generate

# Move build files
COPY --from=build-runner /tmp/app/build /app/build
COPY --from=build-runner /tmp/app/dist /app/dist

# Start bot
CMD [ "node", "build/main.js" ]
CMD [ "node", "dist/index.js" ]

0 comments on commit 2d420ce

Please sign in to comment.