diff --git a/Dockerfile b/Dockerfile index b491dc1..48b2439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,6 @@ RUN chmod +x /app/entrypoint.sh EXPOSE 5000 -ENTRYPOINT ["/app/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/app/entrypoint.sh"] + +CMD ["gunicorn", "Rasaddam_Backend.wsgi:application", "--bind", "0.0.0.0:5000"]