Files
tvqueue/Justfile
2026-02-18 22:47:09 +03:00

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