dokku zero downtime
This commit is contained in:
parent
58c27718ed
commit
afee087d88
5
CHECKS
Normal file
5
CHECKS
Normal file
|
@ -0,0 +1,5 @@
|
|||
WAIT=30
|
||||
TIMEOUT=10
|
||||
ATTEMPTS=60 # 60 * 30 = 30 min
|
||||
|
||||
/ Playground
|
|
@ -11,5 +11,3 @@ COPY requirements.txt ./
|
|||
RUN set -ex && pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "server.py"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user