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