Skip to content

Commit

Permalink
Update custom.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehuynh205 authored Jun 14, 2023
1 parent 6d89f42 commit 46fc5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lite_dev: QUOTED_CURDIR = "$(CURDIR)"
lite_dev: generate-secrets
$(MAKE) lite-init ENVIRONMENT=local
if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase)" ]; then \
docker container run --rm -v $(CURDIR)/codebase:/home/root $(REPOSITORY)/nginx:$(TAG) with-contenv bash -lc 'git clone -b config_sync_context https://github.com/digitalutsc/islandora-sandbox /home/root;'; \
docker container run --rm -v $(CURDIR)/codebase:/home/root $(REPOSITORY)/nginx:$(TAG) with-contenv bash -lc 'git clone https://github.com/digitalutsc/islandora-sandbox.git --branch 1.0.0-beta1 /home/root;'; \
fi
$(MAKE) set-files-owner SRC=$(CURDIR)/codebase ENVIRONMENT=local
docker-compose up -d --remove-orphans
Expand Down

0 comments on commit 46fc5d6

Please sign in to comment.