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 f13b41e commit 006fe1aCopy full SHA for 006fe1a
Dockerfile
@@ -16,7 +16,6 @@ ARG BIN_NAME
16
COPY --from=builder /src/out/${BIN_NAME} /usr/bin/${BIN_NAME}
17
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
18
ENTRYPOINT ["/usr/bin/mailto-things"]
19
-CMD ["-config", "/config.json"]
20
21
LABEL license="LGPL-3.0"
22
LABEL org.opencontainers.image.licenses="LGPL-3.0"
0 commit comments