Fixed merging bug in app.py
This commit is contained in:
parent
613d1a56ed
commit
ddd61751f0
|
@ -5,7 +5,7 @@ COPY config.ini /usr/src/portal-webapp/
|
||||||
COPY templates /usr/src/portal-webapp/templates
|
COPY templates /usr/src/portal-webapp/templates
|
||||||
COPY static /usr/src/portal-webapp/static
|
COPY static /usr/src/portal-webapp/static
|
||||||
COPY contract/ /usr/src/portal-webapp/contract
|
COPY contract/ /usr/src/portal-webapp/contract
|
||||||
COPY portal/ /usr/src/portal-webapp/contract
|
COPY portal/ /usr/src/portal-webapp/portal
|
||||||
WORKDIR /usr/src/portal-webapp
|
WORKDIR /usr/src/portal-webapp
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install wkhtmltopdf && \
|
RUN apt-get update && apt-get -y install wkhtmltopdf && \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user