From 0fdb6911ca5d1971670cad22e70e3129e3dc8b04 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 30 Mar 2022 20:43:10 -0400 Subject: [PATCH] Add proper CMD --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1c2a0c..49308be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ RUN apk add --no-cache git && \ FROM alpine -COPY --from=builder /src/dlrouter /usr/bin/dlrouter \ No newline at end of file +COPY --from=builder /src/dlrouter /usr/bin/dlrouter + +CMD "/usr/bin/dlrouter" \ No newline at end of file