Browse Source

chmod to runserver.sh in Dockerfile

oscarleiva 7 years ago
parent
commit
44a8d6615a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flask_api/web/Dockerfile

+ 2 - 0
flask_api/web/Dockerfile

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