feat(containers-dashboard): voeg host_ip toe aan gepubliceerde poorten en corrigeer portweergave
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user