Skip to content

Commit

Permalink
load scripts folder into backend docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 4, 2024
1 parent 46c7918 commit 6eebec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY --from=build --parents \
/usr/src/app/./dist \
/usr/src/app/./node_modules \
/usr/src/app/./package.json \
/usr/src/app/./scripts \
.

ENV NODE_ENV=production
Expand Down

0 comments on commit 6eebec8

Please sign in to comment.