Update Dockerfile

This commit is contained in:
Kroese 2024-01-14 18:00:27 +01:00 committed by GitHub
parent a18875836b
commit b038474d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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