1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:26:39 +09:00
firefish/dev/Makefile

13 lines
122 B
Makefile
Raw Normal View History

2024-01-15 23:37:30 +09:00
.PHONY: recreate
recreate: down up
.PHONY: down
down:
podman-compose down
.PHONY: up
up:
podman-compose up --detach