Skip to content

Commit

Permalink
update dist folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-ngyn committed Mar 2, 2024
1 parent b68ebd0 commit b28cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ENV SERVER_PORT 3001
COPY --from=builder-tar /opt/helios-backend/tarStage/bin /usr/bin
COPY --from=builder-tar /opt/helios-backend/tarStage/libexec /usr/libexec
COPY --from=builder-tar /opt/helios-backend/tarStage/share /usr/share
COPY --from=buildstageBackend /opt/helios-backend/src/dist ./dist
COPY --from=buildstageBackend /opt/helios-backend/src/server/dist ./dist
COPY --from=buildstageBackend /opt/helios-backend/src/node_modules ./node_modules
COPY --from=buildstageBackend /opt/helios-backend/src/package.json ./package.json

Expand Down

0 comments on commit b28cdcc

Please sign in to comment.