diff --git a/Dockerfile b/Dockerfile index 14da6bb..5ffe494 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ RUN addgroup -S appgroup && adduser -S user -G appgroup # Tell docker that all future commands should run as the user user USER user COPY --from=builder /go/bin/grpcurl /usr/local/bin -WORKDIR /home/user \ No newline at end of file +WORKDIR /home/user +CMD ["sh", "-c", "tail -f /dev/null"] \ No newline at end of file