Skip to content

Commit

Permalink
Frontend build: Use directory build for the build, not the public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 26, 2024
1 parent 4f94bf1 commit 1dcf64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN apt update && \
apt autoclean && \
rm -rf /var/lib/apt/lists/*

COPY --from=build /var/www/html/public/ /var/www/html/public/
COPY --from=build /var/www/html/build/ /var/www/html/public/

0 comments on commit 1dcf64e

Please sign in to comment.