mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Install tzdata in Dockerfile
This commit is contained in:
+3
-1
@@ -6,10 +6,12 @@ COPY ./dist/swingmusic /swingmusic
|
|||||||
|
|
||||||
RUN chmod +x /swingmusic
|
RUN chmod +x /swingmusic
|
||||||
|
|
||||||
|
RUN apt update && apt install -y tzdata
|
||||||
|
|
||||||
EXPOSE 1970/tcp
|
EXPOSE 1970/tcp
|
||||||
|
|
||||||
VOLUME /music
|
VOLUME /music
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
||||||
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]
|
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]
|
||||||
|
|||||||
Reference in New Issue
Block a user