1 2 3 4 5 6
FROM alpine COPY feed2imap-go / ENTRYPOINT ["/feed2imap-go"] CMD ["-c", "/data/feed.cache", "-f", "/data/config.yml"]