Skip to content

Commit

Permalink
修复 编译命令错误
Browse files Browse the repository at this point in the history
  • Loading branch information
kkangert committed Jul 21, 2024
1 parent 34e7795 commit 8559c8a
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 @@ -6,7 +6,7 @@ WORKDIR /app
COPY . /app/

# 编译
RUN npm i -g pnpm && pnpm i && pnp run build
RUN npm i -g pnpm && pnpm i && pnpm run build

# step2
FROM nginx:1.18.0-alpine
Expand Down

0 comments on commit 8559c8a

Please sign in to comment.