bugfix(containers-dashboard): managed kolom - systemctl containers worden nu als managed systemctl weergegeven en niet als podman (POD containers nog niet)

This commit is contained in:
kodi
2026-02-18 14:31:03 +01:00
parent 2a08ad6989
commit 10400846d2
2 changed files with 18 additions and 8 deletions
-1
View File
@@ -3,5 +3,4 @@ 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/
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]