philbrik commited on
Commit
c138d5a
·
verified ·
1 Parent(s): a3e8b4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip3 install -r requirements.txt
24
 
25
  COPY ./ /
26
 
27
- ENTRYPOINT ["/bin/bash"]
 
24
 
25
  COPY ./ /
26
 
27
+ ENTRYPOINT ["python3 server_gunicorn.py"]