10 lines
164 B
Makefile
10 lines
164 B
Makefile
dev:
|
|
cd web && pnpm build
|
|
go run .
|
|
|
|
build:
|
|
docker build -t git.zatch.ru/tsivinsky/tvqueue:latest .
|
|
|
|
push:
|
|
docker push git.zatch.ru/tsivinsky/tvqueue:latest
|