aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-01 23:17:48 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-01 23:17:48 +0300
commit0622a93562da6faae2be54ee12008cf13f4327bf (patch)
tree177952ecc1672411de134124375a519692ae0927 /Dockerfile
parent1144b33e33bbf3a05e4e75df8a677c8aa82a3137 (diff)
Stuff
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 0a27cb9..3b11c37 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]