Skip to content

Commit

Permalink
fix: backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent ea3fe0b commit 0650d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/dockerfiles/backend
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /app
COPY --chown=1000:1000 --from=build /app/packages/backend/dist .
COPY --chown=1000:1000 --from=build /app/node_modules ./node_modules
COPY --chown=1000:1000 --from=build /app/packages ./packages
COPY --chown=1000:1000 --from=build /app/packages/backend/package.json ./package.json
COPY --chown=1000:1000 --from=build /app/packages/backend/prisma ./prisma
EXPOSE $PORT
CMD ["npm", "run", "start:prod"]

0 comments on commit 0650d59

Please sign in to comment.