Merge branch 'master' of github.com:swing-opensource/swingmusic

This commit is contained in:
mungai-njoroge
2024-02-11 21:11:26 +03:00
+3 -1
View File
@@ -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"]
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]