fix ? i think

This commit is contained in:
hazycora 2024-05-22 23:00:04 -05:00
parent 8782f54a3d
commit f1a6024670
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -29,10 +29,10 @@ USER og
ENV PUPPETEER_SKIP_DOWNLOAD true ENV PUPPETEER_SKIP_DOWNLOAD true
ENV PUPPETEER_EXECUTABLE_PATH "/usr/bin/google-chrome-stable" ENV PUPPETEER_EXECUTABLE_PATH "/usr/bin/google-chrome-stable"
RUN pnpm install --prod
COPY --chown=og:og . . COPY --chown=og:og . .
RUN pnpm install
RUN pnpm run build RUN pnpm run build
EXPOSE 8000 EXPOSE 8000