File size: 96 Bytes
d7281df
 
 
 
 
1
2
3
4
5
6
FROM python:3.12-slim-bookworm
WORKDIR /app
COPY . /app
EXPOSE 7860
CMD ["python", "server.py"]