Compare commits

..

No commits in common. "5b2b7420d4e3dcfc46205d355bd3eb2c841a3627" and "06a694b6dc31c986b41a48910aaa373dd39a396f" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim FROM python:3.10-slim
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
EXPOSE 5000 EXPOSE 5000