mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-02 17:30:18 +00:00
Install tzdata in Dockerfile
This commit is contained in:
parent
cb47a4bc6e
commit
9bf005668b
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user