diff --git a/Dockerfile b/Dockerfile index c2e7cdf..eb58331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /catask COPY . . RUN pip install --no-cache-dir -r requirements.txt -ENTRYPOINT [ "gunicorn", "-w", "4", "app:app" ] \ No newline at end of file +ENTRYPOINT [ "gunicorn", "-w", "4", "app:app", "--bind", "0.0.0.0:8000" ] \ No newline at end of file