Selaa lähdekoodia

chmod to runserver.sh in Dockerfile

oscarleiva 7 vuotta sitten
vanhempi
commit
44a8d6615a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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"]