This commit is contained in:
2022-11-02 08:38:49 -07:00
parent b89e4090ba
commit e801932783
2 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
export DOCKER_HOST := ssh://root@lstor1
default: build_image
default: deploy
deploy:
make build_image
make stop
make run
build_image:
docker build -t sneak/ytdlp .