Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Dockerfile für bambu.py
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY bambu.py /app/bambu.py
|
||||
|
||||
# Optional: requirements.txt falls weitere Pakete benötigt werden
|
||||
RUN pip install --no-cache-dir paho-mqtt dotenv
|
||||
|
||||
CMD ["python", "-u", "bambu.py"]
|
||||
Reference in New Issue
Block a user