diff --git a/Dockerfile b/Dockerfile index 63dcdca..93a42e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,12 @@ COPY ./dist/swingmusic /swingmusic RUN chmod +x /swingmusic +RUN apt update && apt install -y tzdata + EXPOSE 1970/tcp VOLUME /music VOLUME /config -ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"] \ No newline at end of file +ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]