build: update configuration files

This commit is contained in:
Oliver Davies 2023-03-14 20:20:52 +00:00
parent 6d6bf27d6f
commit e885ed948a
10 changed files with 33 additions and 13 deletions

View file

@ -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