diff --git a/Dockerfile b/Dockerfile index 29073090..0cc93668 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN npm install -g pnpm COPY . ./ -RUN pnpm build +RUN pnpm install && pnpm build ENTRYPOINT /app/entrypoint.sh