more translations fixed

This commit is contained in:
nocci 2025-04-29 15:19:59 +02:00
parent c886d5f28e
commit d3eb37ebff
15 changed files with 170 additions and 155 deletions

View file

@ -23,4 +23,5 @@ RUN groupadd -g $GID appuser && useradd -u $UID -g $GID -m appuser && ch
USER appuser
EXPOSE 5000
CMD ["python", "app.py"]
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]