ADD: sites and architecture module fix

This commit is contained in:
2026-06-07 18:11:02 +01:00
parent f51d5755c2
commit c3fbb0b9da
2 changed files with 9 additions and 16 deletions

View File

@@ -14,5 +14,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt flask psutil
COPY . .
EXPOSE 8000
EXPOSE 5000
CMD ["python", "app.py"]