Fix db location

This commit is contained in:
2025-06-23 11:39:56 +01:00
parent 171358bc8d
commit 02146d6ab5
5 changed files with 6 additions and 8 deletions
+1 -3
View File
@@ -5,6 +5,4 @@ WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY app/ ./
CMD "python3 /usr/src/app/monitor-planning.py"
COPY app/ ./