Skip to content

Commit

Permalink
docs: update docker customize instructions
Browse files Browse the repository at this point in the history
Fixes #13190
  • Loading branch information
nijel committed Dec 5, 2024
1 parent 6bbf82a commit b4ddc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/install/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ To override settings at the Docker image level instead of from the data volume:
USER root
COPY weblate_customization /usr/src/weblate_customization
RUN /app/venv/bin/uv pip install --no-cache-dir /usr/src/weblate_customization
RUN source /app/venv/bin/activate && uv pip install --no-cache-dir /usr/src/weblate_customization
ENV DJANGO_SETTINGS_MODULE=weblate_customization.settings
USER 1000
Expand Down

0 comments on commit b4ddc69

Please sign in to comment.