diff --git a/Dockerfile b/Dockerfile
index cb374f7b9fcdc6ef268cab34fb7f3dbf11803255..59891d2e5479669771f84ab9759ef897de67eba6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,6 @@ COPY ./config/sample/sample-docker.engine-api.ini /srv/config/engine-api.ini
 # Start the API Server
 
 EXPOSE 8008
-ENTRYPOINT ["gunicorn"]
-CMD ["-c", "/srv/config/gunicorn.conf.py", "src.app:app"]
+ENTRYPOINT ["bash"]
+CMD ["./run.sh", "prod"]