Skip to content

Commit

Permalink
update Dockerfile.proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Feb 1, 2024
1 parent 7c72c83 commit 370d756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/Dockerfile.proxy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

COPY ./website /app
COPY .env /app/.env.development
WORKDIR /app

RUN pnpm install --frozen-lockfile && pnpm build
Expand Down

0 comments on commit 370d756

Please sign in to comment.