Duplicated from ds460/_template_streamlit_docker
2a187f5
1
2
3
4
5
6
7
FROM python:3.9-slim WORKDIR /app COPY script.py . CMD ["python", "script.py"]