diff --git a/docker/fradrive/Dockerfile b/docker/fradrive/Dockerfile index 85a266054..204a47bfb 100755 --- a/docker/fradrive/Dockerfile +++ b/docker/fradrive/Dockerfile @@ -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/uniworxdb /usr/bin/uniworxdb # COPY uniworxload /usr/bin/uniworx +RUN chmod -R 777 /usr/bin COPY ./docker/fradrive/fradrive-entrypoint.sh /entrypoint.sh RUN chmod 777 /entrypoint.sh