diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 12:40:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 12:40:04 -0600 |
| commit | d9da86ece98363d56f5a087dcae6c6d8905f5e6c (patch) | |
| tree | 7685a12a2c4d69d2d60c2a539c8880bf60955dc7 /Makefile | |
| parent | c39c19d15a84f9ca861c8ce97d043a310ecb8a53 (diff) | |
chore: forward signals to container when run interactively
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ build-image: @docker build --no-cache --tag $(IMAGE_TAG) . run-image: build-image - @docker run --rm -p 50051:50051 -it $(IMAGE_TAG) + @docker run --rm -p 50051:50051 --init -it $(IMAGE_TAG) # gRPC testing targets health-check: |
