🐳更改了
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
coward 2024-06-04 11:50:11 +08:00
parent 687e894a30
commit 77089856ef

View File

@ -10,8 +10,8 @@ RUN corepack prepare pnpm@8.6.10 --activate
RUN npm config set registry https://registry.npmmirror.com
RUN pnpm install
RUN pnpm build && \
ls -lh
RUN pnpm build
RUN cd ../web && ls -lh
FROM golang:alpine as build