Skip to content

Commit

Permalink
fix: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jun 21, 2024
1 parent 608409f commit 97e6b2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webapp_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ RUN --mount=type=cache,target=/root/.yarn \

FROM dependencies as build
COPY . .
RUN yarn build
ENV PUBLIC_URL ${PUBLIC_URL}
RUN echo "basename:"
RUN echo "$PUBLIC_URL"
RUN PUBLIC_URL="$PUBLIC_URL" yarn build


##### Serve
Expand Down

0 comments on commit 97e6b2b

Please sign in to comment.