Skip to content

Commit

Permalink
feat: Include the public-prefix directory into the image (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Nov 23, 2023
1 parent 4a8e29e commit a7c6a90
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 @@ -64,6 +64,7 @@ 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/public-prefix /app/public-prefix
COPY --from=compiler /app/static /app/static
COPY --from=compiler /app/templates /app/templates
COPY --from=compiler /app/entrypoint.sh /app/entrypoint.sh
Expand Down

0 comments on commit a7c6a90

Please sign in to comment.