Install tzdata in Dockerfile

This commit is contained in:
Mungai Njoroge 2024-01-30 08:55:20 +03:00 committed by GitHub
parent cb47a4bc6e
commit 9bf005668b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"]