From 0d74aa2b5ee597757b4445241e8561c82f00ad8c Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Sat, 22 Apr 2023 13:27:19 +0400 Subject: [PATCH] Update makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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