Skip to content
Snippets Groups Projects
Commit 3a339954 authored by OZGCloud's avatar OZGCloud
Browse files

fix pemissions for custom docker entrypoint to write env.js on tpi ci system

parent a8282ba4
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ COPY env_config.sh ./ ...@@ -15,7 +15,7 @@ COPY env_config.sh ./
RUN chgrp -R 0 /etc/nginx /usr/share/nginx /var/log/nginx /var/run && \ RUN chgrp -R 0 /etc/nginx /usr/share/nginx /var/log/nginx /var/run && \
chmod -R g=u etc/nginx /usr/share/nginx /var/log/nginx /var/run && \ chmod -R g=u etc/nginx /usr/share/nginx /var/log/nginx /var/run && \
chmod g+rwx /var/cache/nginx /var/run /var/log/nginx && \ chmod g+rwx /var/cache/nginx /var/run /var/log/nginx && \
chmod g+rwx ./docker-entrypoint.d/05-docker_entrypoint.sh ./env_config.sh chmod a+rwx ./docker-entrypoint.d/05-docker_entrypoint.sh ./env_config.sh
USER $UID USER $UID
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment