Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent b0b2cc1 commit 919f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/dockerfiles/backend
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ 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/prisma ./prisma
COPY --chown=1000:1000 --from=build /app/packages/backend/prisma ./prisma
EXPOSE $PORT
CMD ["npm", "run", "start:prod"]

0 comments on commit 919f166

Please sign in to comment.