Skip to content

Commit

Permalink
feat: remove unnecessary script copy in Dockerfile
Browse files Browse the repository at this point in the history
Remove a script copy operation in the Dockerfile.
  • Loading branch information
schettn committed Mar 2, 2024
1 parent cf29515 commit 10d50b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN apt-get update -y && apt-get install -y openssl
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/pylon/.pylon/index.js .pylon/index.js
COPY --from=prerelease /usr/src/pylon/package.json .
COPY --from=prerelease /usr/src/pylon/scripts/sharp-processing-script.js ./scripts/.
COPY --from=prerelease /usr/src/pylon/prisma prisma

# run the app
Expand Down

0 comments on commit 10d50b9

Please sign in to comment.