diff --git a/Dockerfile b/Dockerfile index 5b16018..681211f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,10 +29,10 @@ USER og ENV PUPPETEER_SKIP_DOWNLOAD true ENV PUPPETEER_EXECUTABLE_PATH "/usr/bin/google-chrome-stable" -RUN pnpm install --prod - COPY --chown=og:og . . +RUN pnpm install + RUN pnpm run build EXPOSE 8000