Skip to content

Commit

Permalink
fix: env directory 수정 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzoo committed Jan 22, 2025
1 parent 7ebde2a commit d3771ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pnpm build

FROM base AS build-client
WORKDIR /app/apps/client
COPY ./.env /app/apps/client/.env
COPY /app/apps/client/.env /app/apps/client/.env
COPY --from=build-ui /app/packages/ui/dist /app/packages/ui/dist
COPY --from=build-icon /app/packages/icon/dist /app/packages/icon/dist
RUN rm -rf /app/apps/client/node_modules/.vite
Expand Down

0 comments on commit d3771ce

Please sign in to comment.