modified: services/mosquitto/Dockerfile
All checks were successful
deploy / deploy (push) Successful in 7s
All checks were successful
deploy / deploy (push) Successful in 7s
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM eclipse-mosquitto:latest
|
||||
#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