10 lines
No EOL
167 B
Makefile
10 lines
No EOL
167 B
Makefile
VERSION := 0.0.2
|
|
|
|
dev:
|
|
@xcaddy run v2.8.4 -c Caddyfile.local
|
|
|
|
fmt:
|
|
@go fmt
|
|
|
|
image:
|
|
@podman build -t ghcr.io/d7z-project/caddy-gitea-pages:$(VERSION) -f Dockerfile .
|