more translations fixed
This commit is contained in:
parent
c886d5f28e
commit
d3eb37ebff
15 changed files with 170 additions and 155 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue