mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Remove redundant --chown flag from COPY in Dockerfile
The assets are copied while running as www-data user, so the --chown flag is redundant. This makes it consistent with the frankenphp version. Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
2e79df3155
commit
84fa326839
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ RUN composer install -a --no-dev && \
|
|||
composer clear-cache
|
||||
|
||||
# Copy pre-built assets from the assets stage
|
||||
COPY --from=assets --chown=www-data:www-data /build/public/build ./public/build
|
||||
COPY --from=assets /build/public/build ./public/build
|
||||
|
||||
# Use docker env to output logs to stdout
|
||||
ENV APP_ENV=docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue