Fixed Dockerfile

This commit is contained in:
msinkec 2021-03-10 19:17:51 +01:00
parent 086f7f3bf2
commit 613d1a56ed

View File

@ -5,6 +5,7 @@ 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
COPY portal/ /usr/src/portal-webapp/contract
WORKDIR /usr/src/portal-webapp
RUN apt-get update && apt-get -y install wkhtmltopdf && \