1
0

Adjust Drupal Dockerfile

This commit is contained in:
PA4KEV 2023-02-27 20:01:31 +01:00
parent e49b12c78e
commit 723aa071fc

View File

@ -1,9 +1,11 @@
FROM drupal:10.0.3-php8.2-apache-bullseye
WORKDIR /opt/drupal
COPY .env .
COPY composer.json .
COPY composer.lock .
COPY .env .
COPY services.yml ./web/sites/default/
COPY settings.php ./web/sites/default/
RUN composer install