- commit
- ef20430
- parent
- 4427982
- author
- Eric Bower
- date
- 2023-10-13 17:15:32 +0000 UTC
fix(bouncer): makefile cmd
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -38,7 +38,7 @@ bp-auth: bp-setup
2 .PHONY: bp-auth
3
4 bp-bouncer: bp-setup
5- $(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/bouncer:$(DOCKER_TAG) -f bouncer/Dockerfile .
6+ $(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/bouncer:$(DOCKER_TAG) -f bouncer/Dockerfile ./bouncer
7 .PHONY: bp-bouncer
8
9 bp-%: bp-setup