ADD: sites and architecture module fix

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

View File

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