Browse Source

Update Dockerfile

Kroese 1 year ago
parent
commit
b038474d13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -12,6 +12,7 @@ RUN apt-get update \
     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 
 COPY ./src /run/
 COPY ./src /run/
+ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
 RUN chmod +x /run/*.sh
 RUN chmod +x /run/*.sh
 
 
 EXPOSE 8006
 EXPOSE 8006