FROM registry.joinfirefish.org/firefish/firefish:latest RUN apk add \ curl \ jq COPY config/default.yml /firefish/.config/default.yml COPY docker-entrypoint.d/ /docker-entrypoint.d/ COPY docker-entrypoint.sh /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh ENTRYPOINT ["sh", "/docker-entrypoint.sh"]