Update Dockerfile

This commit is contained in:
SpudGunMan
2025-01-12 10:10:48 -08:00
parent 4b0654971c
commit 0553a43a01
+1
View File
@@ -12,6 +12,7 @@ ENV TZ="America/Los_Angeles"
WORKDIR /app
COPY . /app
COPY /app/config.template /app/config.ini
RUN pip install -r requirements.txt