Skip to content

Commit

Permalink
update locations once
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Nov 16, 2023
1 parent b7907d8 commit 6dc3089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CMD ?=

create: docker
FORUSER=$(shell id -u) $(DOCKER_COMPOSE_COMMAND) run -e FORUSER=$${FORUSER} --entrypoint /bin/sh arches_base -c ". ../ENV/bin/activate; apt install -y git; pip install 'pyjwt<2.1,>=2.0.0' 'cryptography<3.4.0' --only-binary cryptography --only-binary cffi; cd /local_root; ls -ltr; id -u; arches-project create $(ARCHES_PROJECT) && mv docker Makefile $(ARCHES_PROJECT); ls -ltr; chown -R $${FORUSER}:$${FORUSER} $(ARCHES_PROJECT)"
mv Makefile docker $(ARCHES_PROJECT)

.PHONY: docker
docker:
Expand Down

0 comments on commit 6dc3089

Please sign in to comment.