Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed May 21, 2022
1 parent 6ee7e28 commit b8c2310
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 @@ -4,7 +4,7 @@ WORKDIR /frontend-build

COPY ./frontend/ .

RUN pnpm install --s
RUN pnpm install --shamefully-hoist
RUN pnpm run build

# Build backend exec file.
Expand Down

0 comments on commit b8c2310

Please sign in to comment.