stabilize daemon sync and docker startup
This commit is contained in:
@@ -11,5 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
CMD ["python", "main.py", "--help"]
|
||||
CMD ["python", "main.py", "run-daemon"]
|
||||
|
||||
Reference in New Issue
Block a user