Compare commits
3 Commits
2023-02-21
...
leon-redes
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
909928eec3 | ||
|
|
f97b83abd7 | ||
|
|
36dc08ba10 |
@@ -13,5 +13,5 @@ WORKDIR /usr/src/portal-webapp
|
|||||||
RUN apt-get update && apt-get -y install wkhtmltopdf && \
|
RUN apt-get update && apt-get -y install wkhtmltopdf && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir pdfkit markupsafe==2.0.1 flask==1.1.4 flask-dropzone flask-log-request-id flask-login Flask-SQLAlchemy==2.5.1 alembic flask-migrate==2.7.0 Flask-script psycopg2 gunicorn pdfkit Werkzeug==1.0.1 PyJWT
|
RUN pip3 install --no-cache-dir pdfkit markupsafe==2.0.1 flask==1.1.4 flask-dropzone flask-log-request-id flask-login SQLAlchemy==1.4 Flask-SQLAlchemy==2.5.1 alembic flask-migrate==2.7.0 Flask-script psycopg2 gunicorn pdfkit Werkzeug==1.0.1 PyJWT
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
||||||
|
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
|
||||||
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
||||||
<a href="/about">O orodju</a>
|
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
|
||||||
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
||||||
<a href="/about">O orodju</a>
|
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
|
||||||
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
||||||
<a href="/about">O orodju</a>
|
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
|
||||||
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
|
||||||
<a href="/about">O orodju</a>
|
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
|
||||||
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user