mirror of
https://github.com/pushbits/server.git
synced 2025-04-28 17:56:50 +02:00
Add Make target to build Docker image locally
This commit is contained in:
parent
f739672e01
commit
f8bed7470c
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -55,3 +55,9 @@ fmt:
|
|||
.PHONY: swag
|
||||
swag: build
|
||||
swag init --parseDependency=true --exclude $(TESTS_DIR) -g cmd/pushbits/main.go
|
||||
|
||||
.PHONY: docker_build_dev
|
||||
docker_build_dev:
|
||||
podman build \
|
||||
--build-arg=PB_BUILD_VERSION=dev \
|
||||
-t local/pushbits .
|
||||
|
|
Loading…
Add table
Reference in a new issue