summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aef5ec5..ee81a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ build-image:
@docker build --network=host --no-cache --tag $(IMAGE_TAG) .
run: clean build
- @go tool godotenv -f .env.local,.env go tool minit
+ @go tool godotenv -f .env.local,.env minit
run-image: clean build-image
@docker run --rm --network host --env-file .env.local -p 10000:10000 -p 9901:9901 -p 8080:8080 -it $(IMAGE_TAG)