We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9fedc commit 3398dfeCopy full SHA for 3398dfe
Dockerfile.acmed
@@ -1,4 +1,4 @@
1
FROM debian:bullseye
2
RUN apt update && apt install -y ca-certificates
3
-COPY edged /usr/bin/edged
4
-ENTRYPOINT ["/usr/bin/edged"]
+COPY acmed /usr/bin/acmed
+ENTRYPOINT ["/usr/bin/acmed"]
0 commit comments