diff --git a/Dockerfile b/Dockerfile index 78b4423..acfe75a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN poetry install --no-root COPY main.py . -CMD ["poetry", "run", "sanic", "--port", "8080", "main"] +CMD ["poetry", "run", "sanic", "--port", "8080", "--host", "0.0.0.0", "main"]