add downloader build

This commit is contained in:
2024-06-18 20:14:26 +02:00
parent 85a0dcd8f5
commit 7cac378d04

View File

@@ -1 +1,3 @@
docker build -t youtube-downloader .
nssm stop YoutubeDownloader && \
go build main && \
nssm start YoutubeDownloader