mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Fast shutdown
This commit is contained in:
parent
e09831dfcb
commit
2200ec5944
@ -2,4 +2,4 @@ FROM python:latest
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD ["bash","-eux","start.sh"]
|
CMD ["timeout","0","bash","-eux","start.sh"]
|
||||||
|
@ -3,4 +3,4 @@ COPY . /app
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
CMD ["python","server.py","34802","-b","0.0.0.0"]
|
CMD ["timeout","0","python","server.py","34802","-b","0.0.0.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user