Update services/mosquitto/Dockerfile
All checks were successful
deploy / deploy (push) Successful in 4s
All checks were successful
deploy / deploy (push) Successful in 4s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM eclipse-mosquitto:latest
|
||||
COPY mosquitto.conf /mosquitto/config/mosquitto.conf
|
||||
#COPY mosquitto.conf /mosquitto/config/mosquitto.conf
|
||||
COPY run.sh /mosquitto/run.sh
|
||||
RUN chmod +x mosquitto/run.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["/mosquitto/run.sh"]
|
||||
Reference in New Issue
Block a user