asdf / Dockerfile
f4kllkf34f's picture
Update Dockerfile
97f83e2 verified
raw
history blame contribute delete
No virus
77 Bytes
FROM python:3.10
COPY . .
RUN pip install requests
CMD ["python", "./app.py"]