fix ? i think
This commit is contained in:
parent
8782f54a3d
commit
f1a6024670
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue