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 ee88ce5 commit ecdac1bCopy full SHA for ecdac1b
lightrun-init-agent/Dockerfile
@@ -20,8 +20,7 @@ RUN unzip -o /tmp/$FILE -d /agent ;\
20
21
# Copy and set permissions for update_config.sh before switching user
22
COPY update_config.sh /update_config.sh
23
-RUN chmod 750 /update_config.sh && \
24
- chown 1000:1000 /update_config.sh
+RUN chmod 750 /update_config.sh
25
26
USER 1000
27
0 commit comments