Skip to content

Commit

Permalink
fix: backend image packages missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Nov 7, 2022
1 parent b2d1bd3 commit afda241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM node:16.18-bullseye As production

WORKDIR /home/node/app
COPY --chown=node:node --from=build /app/apps/backend/dist ./dist
COPY --chown=node:node --from=build /app/apps/backend/node_modules ./node_modules
COPY --chown=node:node --from=build /app/node_modules ./node_modules

USER node

Expand Down

0 comments on commit afda241

Please sign in to comment.