From 8b74b664f04584337064d462077b8605163e93e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 17 Oct 2024 08:18:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=97=B6=E5=8C=BA=E4=B8=BA=E4=B8=9C=E5=85=AB=E5=8C=BA=20closed?= =?UTF-8?q?=20#236?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aedcd4b..8a44f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,6 @@ ENV XIAOMUSIC_PORT=8090 VOLUME /app/conf VOLUME /app/music EXPOSE 8090 +ENV TZ=Asia/Shanghai ENV PATH=/app/.venv/bin:$PATH ENTRYPOINT [".venv/bin/python3","xiaomusic.py"]