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