mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 11:26:17 +00:00
Chinese language support (suddenly!)
This commit is contained in:
@@ -4,6 +4,11 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
POETRY_VERSION=1.1.2 \
|
||||
POETRY_VIRTUALENVS_CREATE="false"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y gettext build-essential && \
|
||||
apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
|
||||
|
||||
|
||||
RUN pip install "poetry==$POETRY_VERSION"
|
||||
|
||||
WORKDIR /app
|
||||
@@ -13,6 +18,8 @@ RUN poetry install --no-interaction --no-ansi --no-dev
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN msgfmt locales/zh/LC_MESSAGES/olgram.po -o locales/zh/LC_MESSAGES/olgram.mo --use-fuzzy
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["./docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user