Skip to content

Commit

Permalink
Create Drupal folders inside Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jul 21, 2023
1 parent 0badfc7 commit 4cb2c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/drupal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ endif

PHONY += drupal-create-folders
drupal-create-folders:
@mkdir -p $(DRUPAL_CREATE_FOLDERS)
$(call step,Create folders for Drupal...\n)
$(call docker_compose_exec,mkdir -v -p $(DRUPAL_CREATE_FOLDERS))

PHONY += drupal-update
drupal-update: ## Update Drupal core with Composer
Expand Down

0 comments on commit 4cb2c5a

Please sign in to comment.