Got emails working, added some form fields, added pdf generation, some refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user