aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e94a18d..acf73f1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,4 +12,4 @@ RUN just build $version
FROM scratch
COPY --from=build /build/_build/bin/unbound-ads /unbound-ads
WORKDIR /
-CMD ["unbound-ads"]
+ENTRYPOINT ["unbound-ads"]