fix the manager
This commit is contained in:
@@ -6,9 +6,11 @@ COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY config_model.py .
|
||||
COPY manager.py .
|
||||
COPY config.json .
|
||||
COPY validate_config.py .
|
||||
|
||||
ENV INACTIVITY_SECONDS=10
|
||||
|
||||
CMD ["python", "manager.py"]
|
||||
CMD ["python", "manager.py"]
|
||||
|
||||
Reference in New Issue
Block a user