Skip to content

Commit

Permalink
chore(#5): add scripts to cli dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 12, 2022
1 parent 74b1a07 commit 863a879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM amazeeio/php:8.1-cli-drupal

COPY ./drupal/composer.* /app/
COPY ./drupal/scripts /app/scripts
RUN composer install --no-dev
COPY ./drupal/ /app
RUN mkdir -p -v -m775 /app/web/sites/default/files
Expand Down

0 comments on commit 863a879

Please sign in to comment.