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