add Dockerfile

This commit is contained in:
2026-02-20 20:25:37 +03:00
parent 1f65301a05
commit 30705b0769
2 changed files with 37 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
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}}