win2win commited on
Commit
11bac7a
·
verified ·
1 Parent(s): 675b60c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ COPY . .
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
- CMD ["python", "app.py"]
 
 
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
+
12
+ CMD ["python", "-c", "import os; os.system('ulimit -v 2000000'); python app.py"]