Compare commits
2 Commits
2023-02-21
...
2023-02-22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
909928eec3 | ||
|
|
f97b83abd7 |
@@ -1,4 +1,4 @@
|
||||
FROM python:3.8
|
||||
FROM python:3.9
|
||||
|
||||
COPY entrypoint.sh /usr/src/portal-webapp/
|
||||
COPY app.py /usr/src/portal-webapp/
|
||||
@@ -13,5 +13,5 @@ WORKDIR /usr/src/portal-webapp
|
||||
RUN apt-get update && apt-get -y install wkhtmltopdf && \
|
||||
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"]
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
|
||||
{% endif %}
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user