Skip to content

Commit ecdac1b

Browse files
committed
Resolving PR comments
1 parent ee88ce5 commit ecdac1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightrun-init-agent/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ RUN unzip -o /tmp/$FILE -d /agent ;\
2020

2121
# Copy and set permissions for update_config.sh before switching user
2222
COPY update_config.sh /update_config.sh
23-
RUN chmod 750 /update_config.sh && \
24-
chown 1000:1000 /update_config.sh
23+
RUN chmod 750 /update_config.sh
2524

2625
USER 1000
2726

0 commit comments

Comments
 (0)