Skip to content

Commit 0ec4cf9

Browse files
committed
Resolving PR comments
1 parent ecdac1b commit 0ec4cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightrun-init-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN unzip -o /tmp/$FILE -d /agent ;\
1919
chmod -R g=u /etc/lightrun/secret
2020

2121
# Copy and set permissions for update_config.sh before switching user
22-
COPY update_config.sh /update_config.sh
22+
COPY lightrun-init-agent/update_config.sh /update_config.sh
2323
RUN chmod 750 /update_config.sh
2424

2525
USER 1000

0 commit comments

Comments
 (0)