HirCoir commited on
Commit
6edfc0c
1 Parent(s): 234c57a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -33,4 +33,6 @@ RUN mv ${MODELNAME}.onnx.json /home/app/${MODELNAME}.onnx.json
33
  RUN chmod -R 777 /home/app
34
  RUN pip install flask
35
  USER app
 
 
36
  CMD python3 server.py
 
33
  RUN chmod -R 777 /home/app
34
  RUN pip install flask
35
  USER app
36
+ WORKDIR /home/app
37
+ COPY server.py .
38
  CMD python3 server.py