10 lines
214 B
Makefile
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}}
|