reverted base image to alpine, updated makefile

This commit is contained in:
2024-06-05 09:14:59 +02:00
parent 589468ed0e
commit 1138e66bc7
2 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ default:
fe:
cd frontend && pnpm build
dev:
cd frontend && pnpm dev
all:
$(MAKE) fe && cd ..
CGO_ENABLED=0 go build -o yt-dlp-webui main.go