Skip to content

Commit

Permalink
Fix web distribution copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Mar 30, 2024
1 parent c7d7211 commit a6d6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN gradle :web:jsBrowserDistribution

FROM nginx:1.23.0

COPY --from=builder /home/gradle/src/web/build/distributions /usr/share/nginx/html
COPY --from=builder /home/gradle/src/web/build/dist/js/productionExecutable /usr/share/nginx/html

LABEL org.opencontainers.image.source=https://github.com/dellisd/reroute

0 comments on commit a6d6d8f

Please sign in to comment.