v1.0.0: Original code as clean Docker container\n\n- Moved original code to main directory\n- Removed custom modifications\n- Added Dockerfile for container deployment\n- Updated version to 1.0.0 (stable)\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN pip install pillow bleak fastapi uvicorn python-multipart
|
||||
|
||||
EXPOSE 8765
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user