eed5a86
1
2
3
4
5
FROM python:3.9 WORKDIR /code COPY . . RUN pip install --no-cache-dir -r requirements.txt CMD ["python", "main.py"]