Skip to content
Snippets Groups Projects
Commit 3a21fcdc authored by kaiyou's avatar kaiyou
Browse files

Compile translations

parent 997ff24f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ COPY --from=python_build /usr/local/ /usr/local/
COPY --from=assets_build /hiboo/static /app/hiboo/static
COPY hiboo /app/hiboo
COPY migrations /app/migrations
RUN pybabel compile -d hiboo/translations
ENV FLASK_APP hiboo
CMD gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload 'hiboo:create_app()'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment