yucheng-yu commited on
Commit
6aa3186
1 Parent(s): 0822c48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,4 +15,6 @@ WORKDIR $HOME/facechain
15
  RUN pip install -r requirements.txt
16
 
17
  ENV PYTHONPATH=.
 
 
18
  CMD ["python", "app.py"]
 
15
  RUN pip install -r requirements.txt
16
 
17
  ENV PYTHONPATH=.
18
+ RUN python init.py
19
+
20
  CMD ["python", "app.py"]