We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd360b commit de43c1cCopy full SHA for de43c1c
Dockerfile
@@ -3,7 +3,10 @@ FROM python:3.13-slim
3
WORKDIR /app
4
5
COPY agent.py .
6
+COPY dashboard.html .
7
+COPY README.md .
8
+COPY LICENSE .
9
10
RUN pip install flask docker psutil humanize gunicorn
11
-CMD ["gunicorn", "-b", "0.0.0.0:8080", "agent:app"]
12
+CMD ["gunicorn", "-b", "0.0.0.0:8080", "agent:app"]
0 commit comments