aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index acf73f1..a76f8ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN just build $version
FROM scratch
-COPY --from=build /build/_build/bin/unbound-ads /unbound-ads
+COPY --from=build /build/_build/bin bin
WORKDIR /
-ENTRYPOINT ["unbound-ads"]
+ENV PATH=bin
+ENTRYPOINT ["/bin/unbound-ads"]