Forráskód Böngészése

chmod to runserver.sh in Dockerfile

oscarleiva 7 éve
szülő
commit
44a8d6615a
1 módosított fájl, 2 hozzáadás és 0 törlés
  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"]