Sfoglia il codice sorgente

chmod to runserver.sh in Dockerfile

oscarleiva 7 anni fa
parent
commit
44a8d6615a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"]