Latest Version

This commit is contained in:
it00147
2025-11-26 13:02:45 +00:00
parent b89bf42764
commit 34295c0c18
6 changed files with 145 additions and 39 deletions

View File

@@ -4,4 +4,4 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8000
CMD ["python","app.py"]
CMD ["python","app.py"]