dockerized_openAger/mosquitto/Dockerfile

6 lines
108 B
Docker
Raw Normal View History

2020-10-17 16:42:50 +00:00
FROM eclipse-mosquitto:latest
RUN chown -R 1000:1000 /mosquitto
COPY --chown=1000:1000 rootfs /mosquitto