Fix dockerfile and python
This commit is contained in:
+1
-2
@@ -6,6 +6,5 @@ COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app/ ./
|
||||
COPY database.db ./
|
||||
|
||||
CMD "python monitor-planning.py"
|
||||
CMD "python3 monitor-planning.py"
|
||||
Reference in New Issue
Block a user