Skip to content

Commit

Permalink
remove copy/paste error from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Nov 14, 2023
1 parent f13b41e commit 006fe1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ARG BIN_NAME
COPY --from=builder /src/out/${BIN_NAME} /usr/bin/${BIN_NAME}
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/usr/bin/mailto-things"]
CMD ["-config", "/config.json"]

LABEL license="LGPL-3.0"
LABEL org.opencontainers.image.licenses="LGPL-3.0"
Expand Down

0 comments on commit 006fe1a

Please sign in to comment.