Yield generated for 76b072a2-699a-4fac-8bff-b30a97c5dd1e
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
136 B

FROM python:3.9.1
COPY . /app
WORKDIR /app
RUN pip install -r requirements/dev.txt
ENV FLASK_APP=autoapp.py
CMD python autoapp.py