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 ecdac1b commit 0ec4cf9Copy full SHA for 0ec4cf9
lightrun-init-agent/Dockerfile
@@ -19,7 +19,7 @@ RUN unzip -o /tmp/$FILE -d /agent ;\
19
chmod -R g=u /etc/lightrun/secret
20
21
# Copy and set permissions for update_config.sh before switching user
22
-COPY update_config.sh /update_config.sh
+COPY lightrun-init-agent/update_config.sh /update_config.sh
23
RUN chmod 750 /update_config.sh
24
25
USER 1000
0 commit comments