diff --git a/Dockerfile b/Dockerfile index 4d49163..59e9209 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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