We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9a3e1 commit 332da84Copy full SHA for 332da84
1 file changed
Dockerfile
@@ -40,9 +40,8 @@ COPY requirements.txt $HOME_EX/requirements.txt
40
RUN pip install --no-cache-dir --break-system-packages -r requirements.txt \
41
--timeout=120
42
43
-COPY scripts/ $HOME_EX/scripts/
44
-COPY scripts/runtimes/python-setup.sh $HOME_EX/scripts/runtime-setup.sh
45
-
+COPY --chown=runner:runner scripts/ /scripts/
+COPY --chown=runner:runner scripts/runtimes/python-setup.sh scripts/runtime-setup.sh
46
COPY --chown=runner:runner --chmod=755 entrypoint.sh $HOME_EX/entrypoint.sh
47
48
USER 1007
0 commit comments