fix(docker): fix missing puppeteer in docker image

This commit is contained in:
Benjamin Nussbaum 2025-04-02 19:58:55 +02:00
parent 74845c3004
commit 2a6ff6554b

View file

@ -40,6 +40,7 @@ FROM base AS production
# Copy the assets from the assets image # Copy the assets from the assets image
COPY --chown=www-data:www-data --from=assets /app/public/build /var/www/html/public/build COPY --chown=www-data:www-data --from=assets /app/public/build /var/www/html/public/build
COPY --chown=www-data:www-data --from=assets /app/node_modules /var/www/html/node_modules
# Drop back to the www-data user # Drop back to the www-data user
USER www-data USER www-data