Skip to content

Commit cf289c4

Browse files
committed
do the chmod 755 for /start on the same command
1 parent 99d5673 commit cf289c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ RUN git clone -b master https://github.com/networked-aframe/janus-plugin-sfu.git
9797

9898
COPY confs/* /usr/etc/janus/
9999
RUN chown -R nobody:nogroup /usr/etc/janus/
100-
COPY start.sh /start
101-
RUN chmod 775 /start
100+
COPY --chmod=755 start.sh /start
102101

103102
USER nobody:nogroup
104103
ENTRYPOINT ["/start"]

0 commit comments

Comments
 (0)