This commit is contained in:
8
docker/Dockerfile
Normal file
8
docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM eclipse-mosquitto:latest
|
||||
|
||||
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