[UPDATE] - chmod
This commit is contained in:
parent
660c9d13ff
commit
61ff6ac0b5
@ -18,7 +18,7 @@ RUN ${PackageManager} install screen -y
|
||||
#COPY ./bin/repo.sh /usr/local/bin/repo.sh
|
||||
COPY ./bin/ /usr/local/bin/
|
||||
#RUN chmod 755 /usr/local/bin/repo.sh
|
||||
RUN chmod 755 /usr/local/bin/*
|
||||
RUN chmod -R 755 /usr/local/bin/
|
||||
#COPY ./bin/empty.sh /usr/local/bin/empty.sh
|
||||
#RUN chmod 755 /usr/local/bin/empty.sh
|
||||
|
||||
|
@ -19,7 +19,7 @@ RUN ${PackageManager} install screen -y
|
||||
RUN echo COPY
|
||||
COPY ./bin/ /usr/local/bin/
|
||||
#RUN chmod 755 /usr/local/bin/repo.sh
|
||||
RUN chmod 755 /usr/local/bin/*
|
||||
RUN chmod -R 755 /usr/local/bin/
|
||||
#COPY ./bin/empty.sh /usr/local/bin/empty.sh
|
||||
#RUN chmod 755 /usr/local/bin/empty.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user