1
0
mirror of https://github.com/ViViDboarder/bitwarden_rs.git synced 2025-01-11 21:33:33 +00:00
bitwarden_rs/docker/Makefile

10 lines
287 B
Makefile
Raw Normal View History

OBJECTS := $(shell find -mindepth 2 -name 'Dockerfile*')
all: $(OBJECTS)
%/Dockerfile: Dockerfile.j2 render_template
./render_template "$<" "{\"target_file\":\"$@\"}" > "$@"
%/Dockerfile.alpine: Dockerfile.j2 render_template
./render_template "$<" "{\"target_file\":\"$@\"}" > "$@"