This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/Makefile
2024-12-04 19:10:41 +11:00

16 lines
No EOL
187 B
Makefile

dc-up:
docker compose up -d
dc-down:
docker compose down --volumes
dc-restart:
make dc-down
make dc-up
dc-build:
docker compose build
dc-rebuild:
make dc-build
make dc-restart