Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Update runshell to run interactive shell with the correctly tagged co…
Browse files Browse the repository at this point in the history
…ntainer
  • Loading branch information
cdahlhausen committed Sep 6, 2019
1 parent 5b1c78d commit 01c5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ run: ## Just run Pharos in foreground
docker run -p 9292:9292 $(TAG)

runshell: ## Run Pharos container with interactive shell
docker run -it -p 9292:9292 $(TAG) bash
docker run -it --env-file=.env $(REGISTRY)/$(REPOSITORY)/pharos:$(REVISION)-$(BRANCH) bash

runcmd: ## Start Pharos container, run command and exit.
docker run $(TAG) $(filter-out $@, $(MAKECMDGOALS))
Expand Down

0 comments on commit 01c5488

Please sign in to comment.