Skip to content

Commit

Permalink
build: compilemessages i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Jan 21, 2025
1 parent f304593 commit 8d1fee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN python3 -m venv /opt/py3 && \
. /opt/py3/bin/activate && \
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.2.1+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
poetry install && \
python3 /opt/maxkb/app/apps/manage.py compilemessages
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb/app/apps/manage.py compilemessages

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

0 comments on commit 8d1fee8

Please sign in to comment.