Joey889 commited on
Commit
a8124ec
·
verified ·
1 Parent(s): 3465960

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,3 +11,6 @@ CMD ["python", "app.py"]
11
 
12
  COPY requirements.txt .
13
  RUN pip install -r requirements.txt
 
 
 
 
11
 
12
  COPY requirements.txt .
13
  RUN pip install -r requirements.txt
14
+
15
+ CMD ["sh", "-c", "python app.py"]
16
+