feat: upload - deel 02

This commit is contained in:
kodi
2026-03-13 16:21:51 +01:00
parent 8d1ff79912
commit 8fe9d0f436
7 changed files with 153 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ RUN mkdir -p /app/backend /app/html /app/conf /Volumes/8TB /Volumes/8TB_RAID1
# Installeer een lichtgewicht Python API framework (FastAPI)
# We gebruiken --break-system-packages omdat we in een container zitten
RUN pip3 install fastapi uvicorn --break-system-packages
RUN pip3 install fastapi uvicorn python-multipart --break-system-packages
# Exposeer de poort voor de webinterface
EXPOSE 8030