Skip to content

Commit

Permalink
fix: resolve the Dockerfile dist files path
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Nov 19, 2023
1 parent 676b6df commit b6b5631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ FROM base AS Final
# set author info
LABEL maintainer="WeihanLi"
# copy publish files
COPY --from=builder /app/dist/ReservationClient /usr/share/nginx/html
COPY --from=builder /app/dist/ReservationClient/browser /usr/share/nginx/html

0 comments on commit b6b5631

Please sign in to comment.