Duplicated from yangtb24/sone
6e7818d cf2a013 25cae95 6a051b3 2e35480 52b5067
1
2
3
4
5
6
7
FROM python:3.12-rc-slim-buster WORKDIR /app RUN pip install --no-cache-dir -r requirements.txt COPY . /app/ EXPOSE 7860 CMD ["python", "app.py"]