Skip to content

Commit 006fe1a

Browse files
committed
remove copy/paste error from Dockerfile
1 parent f13b41e commit 006fe1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ARG BIN_NAME
1616
COPY --from=builder /src/out/${BIN_NAME} /usr/bin/${BIN_NAME}
1717
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1818
ENTRYPOINT ["/usr/bin/mailto-things"]
19-
CMD ["-config", "/config.json"]
2019

2120
LABEL license="LGPL-3.0"
2221
LABEL org.opencontainers.image.licenses="LGPL-3.0"

0 commit comments

Comments
 (0)