Add ChatGPT share debug helper
This commit is contained in:
@@ -25,6 +25,7 @@ RUN apt-get update \
|
||||
COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/dist-client ./dist-client
|
||||
COPY scripts ./scripts
|
||||
COPY package.json ./
|
||||
RUN ./node_modules/.bin/playwright install --with-deps --only-shell chromium \
|
||||
&& npm cache clean --force \
|
||||
|
||||
Reference in New Issue
Block a user