Skip to content

Commit 25c30b4

Browse files
committed
fix: update patch to match new container
1 parent c0521e0 commit 25c30b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docker/weblate-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG USER_ID=1000
1919
ARG GROUP_ID=1000
2020

2121
USER root
22-
ENV PATH=/app/venv/bin:/opt/tools/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
22+
ENV PATH=/app/venv/bin:/opt/python/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
2323
ENV UV_CACHE_DIR=/app/data/uv-cache
2424
ENV UV_LINK_MODE=copy
2525
# Make sure user exists in the container

0 commit comments

Comments
 (0)