diff --git a/Makefile b/Makefile index 77a3ae2..97ac253 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,7 @@ refresh: start restart: stop start +download: build + shell: @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash \ No newline at end of file