Skip to content

Commit 7d5d307

Browse files
ci (Dockerfile.web): change python runtime owner
1 parent cc60932 commit 7d5d307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN adduser \
7676
USER ${USER_NAME}
7777

7878
# Copy the Python version
79-
COPY --from=builder --chown=python:python /python /python
79+
COPY --from=builder --chown=${USER_NAME}:${USER_NAME} /python /python
8080

8181
WORKDIR /app
8282

0 commit comments

Comments
 (0)