Skip to content

Commit

Permalink
Remove option: --root
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Sep 23, 2024
1 parent 745f30c commit 06c9119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .docker/main/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM drupal:11-php8.3-apache

ENV PATH="${PATH}:/opt/drall/vendor/bin"
ENV PHP_INI_PATH="$PHP_INI_DIR/conf.d/php.ini"
ENV DRUPAL_PATH="/opt/drupal"

Expand All @@ -19,4 +18,3 @@ COPY . /opt/drall

# Provision Drupal.
COPY Makefile /opt/drupal/Makefile
RUN make provision/drupal
4 changes: 2 additions & 2 deletions .docker/main/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
],
"require": {
"composer/installers": "^1.9",
"composer/installers": "^2",
"drupal/core-composer-scaffold": "*",
"drupal/core-recommended": "^11",
"drupal/core-vendor-hardening": "*",
"jigarius/drall": "*"
"jigarius/drall": "4.x-dev"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

0 comments on commit 06c9119

Please sign in to comment.