๐Ÿ“ฆ anna-geller / prefect-docker-deployment

๐Ÿ“„ Dockerfile ยท 5 lines
1
2
3
4
5FROM prefecthq/prefect:2-python3.9
COPY requirements.txt .
RUN pip install -r requirements.txt --trusted-host pypi.python.org --no-cache-dir
ADD flows /opt/prefect/flows