diff --git a/backend/Dockerfile b/backend/Dockerfile index 2cc132b..992fbe3 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -16,4 +16,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt COPY . /app/ # Run the application -CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"] \ No newline at end of file +CMD ["python", "manage.py", "runserver"] \ No newline at end of file