Add Phase 2 remote browse scaffolding for /Clients
This commit is contained in:
@@ -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 python-multipart --break-system-packages
|
||||
RUN pip3 install fastapi uvicorn python-multipart httpx --break-system-packages
|
||||
|
||||
# Exposeer de poort voor de webinterface
|
||||
EXPOSE 8030
|
||||
|
||||
Reference in New Issue
Block a user