feat: KX-Bridge 0.9.0-beta1 – initiales Release-Repo
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY 05_scripts/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY 05_scripts/kobrax_moonraker_bridge.py .
|
||||
COPY 05_scripts/env_loader.py .
|
||||
COPY 05_scripts/kobrax_client.py .
|
||||
|
||||
EXPOSE 7125
|
||||
|
||||
ENTRYPOINT ["python", "kobrax_moonraker_bridge.py"]
|
||||
Reference in New Issue
Block a user