feat(containers-dashboard): voeg host_ip toe aan gepubliceerde poorten en corrigeer portweergave

This commit is contained in:
kodi
2026-02-18 11:33:13 +01:00
parent 3142e9fbd0
commit 1c4dc3b809
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ WORKDIR /app
RUN apt-get update && apt-get install -y curl systemd && rm -rf /var/lib/apt/lists/*
RUN pip install fastapi uvicorn requests-unixsocket pyyaml pytest httpx
COPY app.py .
COPY tests/ ./tests/
#COPY tests/ ./tests/
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]