Skip to content

Commit

Permalink
Update site-local targets in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andygol committed Nov 15, 2024
1 parent 8796cf7 commit 91fbe74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ generate-coverage: test
go tool cover -html=${COVERAGE}

.PHONY: integ-test
integ-test: package-custom-resources run-integ-test package-custom-resources-clean
integ-test: package-custom-resources run-integ-test package-custom-resources-clean

.PHONY: run-integ-test
run-integ-test:
Expand Down Expand Up @@ -155,7 +155,7 @@ tools:
.PHONY: site-local
site-local:
docker build . -f Dockerfile.site -t site:latest
docker run -p 8000:8000 -v `pwd`/site:/website/site -it site:latest
docker run --rm --init -it -p 8000:8000 -v `pwd`/site:/website/site site:latest

.PHONY: gen-mocks
gen-mocks: tools
Expand Down

0 comments on commit 91fbe74

Please sign in to comment.