Skip to content

Commit

Permalink
fix: dockerfile copying folder that doesn't exist (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored May 2, 2024
1 parent e5490af commit bfe5bb6
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 @@ -59,7 +59,6 @@ COPY --from=compiler /app/package.json /app/package.json
COPY --from=compiler /app/package-lock.json /app/package-lock.json
COPY --from=compiler /app/node_modules /app/node_modules
COPY --from=compiler /app/lib /app/lib
COPY --from=compiler /app/public /app/public
COPY --from=compiler /app/static /app/static
COPY --from=compiler /app/entrypoint.sh /app/entrypoint.sh

Expand Down

0 comments on commit bfe5bb6

Please sign in to comment.