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
+2
View File
@@ -6,6 +6,8 @@ COPY ./dist/swingmusic /swingmusic
RUN chmod +x /swingmusic
RUN apt update && apt install -y tzdata
EXPOSE 1970/tcp
VOLUME /music