Unverified Commit b038474d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update Dockerfile

parent a1887583
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ RUN apt-get update \
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY ./src /run/
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
RUN chmod +x /run/*.sh

EXPOSE 8006