Newer
Older
ADD ./static /app/static
ADD ./templates /app/templates
COPY import.py /app/import.py
RUN apt update
RUN apt upgrade -y
#Install pipreqs. this tool is used to make the requirements.txt file automatic
#Make a builddate file, used if you want to see the builddate in the webui