diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ COPY templates /app/templates COPY app.py pyproject.toml .python-version uv.lock /app/ RUN uv sync +EXPOSE 8000 + CMD ["uv", "run", "gunicorn", "--bind", "0.0.0.0:8000", "app:app", "-w", "1"] |
