Skip to content

Commit f229d02

Browse files
Update genai/Dockerfile with chown mode when copying build directory
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 879557e commit f229d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV GENAI_APP_VERSION=${GENAI_APP_VERSION}
3939
EXPOSE ${GENAI_PORT}
4040

4141
# Copy Python dependencies from builder
42-
COPY --from=builder /build /home/appuser/app
42+
COPY --from=builder --chown=appuser /build /home/appuser/app
4343
COPY --from=builder /root/.local /home/appuser/.local
4444

4545
# Ensure user local bin is in path

0 commit comments

Comments
 (0)