Fix db location
This commit is contained in:
+1
-3
@@ -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/ ./
|
||||
Reference in New Issue
Block a user