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,6 +6,8 @@ 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