This commit is contained in:
Christoph K.
2026-03-11 16:26:11 +01:00
commit 402395c856
9 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM python:3.13-alpine
WORKDIR /app
COPY server.py .
CMD ["python", "server.py"]