build(docker/fradrive): chmod /usr/bin contents
This commit is contained in:
parent
167872c332
commit
7b2d2bedb7
@ -27,6 +27,7 @@ RUN mkdir -p /var/log/uniworx && chown -R uniworx:uniworx /var/log/uniworx
|
|||||||
COPY ./bin/uniworx /usr/bin/uniworx
|
COPY ./bin/uniworx /usr/bin/uniworx
|
||||||
COPY ./bin/uniworxdb /usr/bin/uniworxdb
|
COPY ./bin/uniworxdb /usr/bin/uniworxdb
|
||||||
# COPY uniworxload /usr/bin/uniworx
|
# COPY uniworxload /usr/bin/uniworx
|
||||||
|
RUN chmod -R 777 /usr/bin
|
||||||
COPY ./docker/fradrive/fradrive-entrypoint.sh /entrypoint.sh
|
COPY ./docker/fradrive/fradrive-entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod 777 /entrypoint.sh
|
RUN chmod 777 /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user