diff --git a/Makefile b/Makefile index 97ac253..fc68f10 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: # Web UI: http://localhost:7860/ start: @docker compose --profile auto up -d - @docker compose --profile ngrok up -d +# @docker compose --profile ngrok up -d # Stop the docker container stop: @@ -35,4 +35,4 @@ restart: stop start download: build shell: - @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash \ No newline at end of file + @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash