build: update configuration files
This commit is contained in:
parent
6d6bf27d6f
commit
e885ed948a
10 changed files with 33 additions and 13 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file. It is automatically generated by 'build-configs'.
|
||||
|
||||
FROM php:8.1-fpm-bullseye AS base
|
||||
|
||||
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
|
||||
|
|
@ -29,8 +31,11 @@ RUN apt-get update -yqq \
|
|||
|
||||
RUN docker-php-ext-install gd pdo_mysql zip
|
||||
|
||||
COPY --chown=app:app phpunit.xml* ./
|
||||
|
||||
COPY --chown=app:app assets assets
|
||||
|
||||
|
||||
USER app
|
||||
|
||||
RUN composer validate --strict
|
||||
|
|
|
|||
Reference in a new issue