We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d485033 commit 7d00100Copy full SHA for 7d00100
1 file changed
Dockerfile
@@ -68,7 +68,7 @@ RUN apt-get update && \
68
apt-get -q install --no-install-recommends -y \
69
postgresql-client libgeos3.11.1 proj-bin curl && \
70
apt-get clean && rm -rf /var/lib/apt/lists/*
71
-COPY --from=build --chown=appuser:appuser \
+COPY --from=build --chown=appuser:appuser --chmod=755\
72
/home/appuser/.local \
73
/home/appuser/.local
74
USER appuser:appuser
0 commit comments