Skip to content

Commit

Permalink
Merge pull request #554 from aws-amplify/copy-prisma-to-final-image
Browse files Browse the repository at this point in the history
copy prisma to final build image
  • Loading branch information
AnilMaktala authored Feb 21, 2024
2 parents 7a330ee + 6cc1cc3 commit fecd1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ USER amplifyuser
# copy files needed to run the app
COPY --chown=amplifyuser:amplifygroup --from=deployer /workspace/out/package.json .
COPY --chown=amplifyuser:amplifygroup --from=deployer /workspace/out/scripts/start.sh ./scripts/start.sh
COPY --chown=amplifyuser:amplifygroup --from=deployer /workspace/out/prisma ./prisma
COPY --chown=amplifyuser:amplifygroup --from=deployer /workspace/out/node_modules/ ./node_modules
COPY --chown=amplifyuser:amplifygroup --from=deployer /workspace/out/build/ ./build
# start the app
Expand Down

0 comments on commit fecd1c2

Please sign in to comment.