Files
music-dl/Justfile
2026-02-20 20:25:37 +03:00

10 lines
214 B
Makefile

dev:
cd web && pnpm run build
go run .
build tag="latest":
docker build -t git.zatch.ru/tsivinsky/music-downloader:{{tag}} .
push tag="latest":
docker push git.zatch.ru/tsivinsky/music-downloader:{{tag}}