Compare commits
No commits in common. "5b2b7420d4e3dcfc46205d355bd3eb2c841a3627" and "06a694b6dc31c986b41a48910aaa373dd39a396f" have entirely different histories.
5b2b7420d4
...
06a694b6dc
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12-slim
|
||||
FROM python:3.10-slim
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 5000
|
||||
|
|
Loading…
Reference in New Issue