Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix update-config permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Sep 4, 2021
1 parent d16ff7e commit 57e79bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ COPY update-config.sh /usr/local/bin/update-config
COPY nginx-site.conf /etc/nginx/conf.d/default.conf

RUN chmod +x /usr/local/bin/bootstrap && \
chmod +x /usr/local/bin/update-config && \
echo "daemon off;" >> /etc/nginx/nginx.conf

ENTRYPOINT [ "bootstrap" ]

0 comments on commit 57e79bf

Please sign in to comment.