fix: docker permission
All checks were successful
AntOS pipeline / build-amd64 (push) Successful in 4m13s
AntOS pipeline / build-arm64 (push) Successful in 4m20s
AntOS pipeline / build-arm (push) Successful in 4m23s
AntOS pipeline / publish-on-tag (push) Has been skipped

This commit is contained in:
Dany LE 2024-07-25 21:27:56 +02:00 committed by GitHub
parent c738ebf998
commit 76dc81a8a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ COPY --from=deploy-env /platform/opt/ /opt/
COPY docker/antos/start.sh /start.sh
RUN chmod 700 /start.sh
RUN chmod +x /opt/www/bin/*
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/www/lib/"
ENV PATH="$PATH:/opt/www/bin/"