This commit is contained in:
2019-07-21 19:02:17 -07:00
commit a486042b54
4 changed files with 33 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
default: build_image
build_image:
docker build -t sneak/youtube-dl .
run:
docker run -t sneak/youtube-dl /bin/bash