Skip to content

Commit

Permalink
fix(backend): Fix Docker Vite manifest copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 17, 2023
1 parent c1e30d0 commit 93442a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ COPY ./src src
COPY ./templates templates
COPY ./webroot webroot
COPY --from=js-build /app/webroot/assets webroot/assets
COPY --from=js-build /app/webroot/manifest.json webroot/manifest.json
COPY --from=js-build /app/webroot/.vite/manifest.json webroot/.vite/manifest.json
COPY --from=php-build /app/vendor vendor
COPY ./composer.json composer.json
COPY ./composer.lock composer.lock
Expand Down

0 comments on commit 93442a0

Please sign in to comment.