Update Dockerfile

This commit is contained in:
SpudGunMan
2025-01-12 10:21:14 -08:00
parent 921b66f9e1
commit a1ffc8b1f6

View File

@@ -12,7 +12,7 @@ ENV TZ="America/Los_Angeles"
WORKDIR /app
COPY . /app
COPY /app/config.template /app/config.ini
COPY config.template /app/config.ini
RUN pip install -r requirements.txt