Adjust Drupal Dockerfile
This commit is contained in:
parent
e49b12c78e
commit
723aa071fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user