Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
richpryce committed Oct 22, 2024
1 parent 64aeca9 commit 7cfe40a
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 @@ -4,7 +4,7 @@
build-local:
eval $$(minikube -p minikube docker-env | source)
docker build . -t guardianmultimedia/pluto-restore-assets:DEV
docker build -f worker/Dockerfile -t guardianmultimedia/pluto-project-restore-worker:DEV .
docker build -f worker/Dockerfile -t guardianmultimedia/pluto-restore-assets-worker:DEV .

.PHONY: deploy-local
deploy-local:
Expand Down

0 comments on commit 7cfe40a

Please sign in to comment.