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

Commit 57e79bf

Browse files
committed
Fix update-config permission
1 parent d16ff7e commit 57e79bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ COPY update-config.sh /usr/local/bin/update-config
4747
COPY nginx-site.conf /etc/nginx/conf.d/default.conf
4848

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

5253
ENTRYPOINT [ "bootstrap" ]

0 commit comments

Comments
 (0)