Skip to content

Commit 7d00100

Browse files
committed
appuser granted owner permission in runtime stage
1 parent d485033 commit 7d00100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN apt-get update && \
6868
apt-get -q install --no-install-recommends -y \
6969
postgresql-client libgeos3.11.1 proj-bin curl && \
7070
apt-get clean && rm -rf /var/lib/apt/lists/*
71-
COPY --from=build --chown=appuser:appuser \
71+
COPY --from=build --chown=appuser:appuser --chmod=755\
7272
/home/appuser/.local \
7373
/home/appuser/.local
7474
USER appuser:appuser

0 commit comments

Comments
 (0)