Browse Source

Change web Dockerfile

oscarleiva 7 years ago
parent
commit
6da41b7fd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flask_api/web/Dockerfile

+ 1 - 1
flask_api/web/Dockerfile

@@ -5,4 +5,4 @@ COPY . /
 
 RUN pip install -r requirements.txt && pip install gunicorn
 
-ENTRYPOINT ["/runserver.sh"]
+CMD ["/runserver.sh"]