diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
