9 lines
182 B
Makefile
9 lines
182 B
Makefile
# Configuration
|
|
COMPOSE := podman-compose
|
|
|
|
# Declare phony targets
|
|
.PHONY: htpasswd
|
|
|
|
htpasswd:
|
|
podman run --rm --entrypoint /usr/bin/caddy -it docker.io/library/caddy hash-password
|