Skip to content

Commit e789825

Browse files
authored
feat: compilemessages i18n (#2048)
1 parent ac13c6a commit e789825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN python3 -m venv /opt/py3 && \
2626
poetry config virtualenvs.create false && \
2727
. /opt/py3/bin/activate && \
2828
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.2.1+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
29-
poetry install
29+
poetry install && \
30+
python3 /opt/maxkb/app/apps/manage.py compilemessages
3031

3132
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8
3233
ARG DOCKER_IMAGE_TAG=dev \

0 commit comments

Comments
 (0)