a.pourmand
update dockerfile
df83547
raw
history blame
94 Bytes
FROM python:3.9-slim
RUN pip install --no-cache-dir requirements.txt
CMD ["python","app.py"]