Got emails working, added some form fields, added pdf generation, some refactoring

This commit is contained in:
msinkec
2021-02-19 19:03:01 +01:00
parent 6174cf1c3e
commit 36dbe487ed
9 changed files with 483 additions and 59 deletions

View File

@@ -1,7 +1,10 @@
FROM python:3.9
COPY app.py /usr/src/portal-webapp/
COPY config.ini /usr/src/portal-webapp/
COPY templates /usr/src/portal-webapp/templates
COPY static /usr/src/portal-webapp/static
COPY contract/ /usr/src/portal-webapp/contract
WORKDIR /usr/src/portal-webapp
RUN pip install --no-cache-dir flask flask-dropzone gunicorn