Skip to content

Commit

Permalink
testing dist
Browse files Browse the repository at this point in the history
  • Loading branch information
skifahrer committed Sep 23, 2024
1 parent 99266dc commit 780fc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest-forms-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CMD [ "npm", "run", "start:debug" ]
# Production
FROM app-base AS prod

COPY --chown=node:node --from=shared /app/ /home/node/forms-shared/
COPY --chown=node:node --from=shared /app/dist/ /home/node/forms-shared/
COPY --chown=node:node --from=build /build/package.json /build/package-lock.json ./
COPY --chown=node:node --from=build /build/node_modules ./node_modules
COPY --chown=node:node --from=build /build/dist ./dist
Expand Down

0 comments on commit 780fc8b

Please sign in to comment.