mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix(docker): fix missing puppeteer in docker image
This commit is contained in:
parent
74845c3004
commit
2a6ff6554b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue