Files
mosquitto/docker/Dockerfile
Márcio Fernandes 474e9d6a3c
All checks were successful
/ deploy (push) Successful in 10s
/ notify-portainer (push) Successful in 12s
test: documentation
2024-11-02 23:53:31 +00:00

9 lines
371 B
Docker

FROM eclipse-mosquitto:latest
LABEL org.opencontainers.image.documentation="https://git.limbosolutions.com/marcio.fernandes/mosquitto/docker/README.md"
LABEL org.opencontainers.image.url="https://git.limbosolutions.com/marcio.fernandes/mosquitto"
COPY run.sh /mosquitto/run.sh
RUN chmod +x mosquitto/run.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/mosquitto/run.sh"]