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

Commit c4ff34f

Browse files
author
Antonio Cheong
committed
fixing
1 parent 636c7fc commit c4ff34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
66
&& mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \
77
&& find /etc/nginx -type d -exec chmod 755 {} \; \
88
&& find /etc/nginx -type f -exec chmod 644 {} \; \
9-
&& chmod 755 /docker-entrypoint.d/99-dynamic_resolvers.sh /scripts/nginx_auto_reload.sh
9+
&& chmod 755 /docker-entrypoint.d/99-dynamic_resolvers.sh /scripts/nginx_auto_reload.sh /docker-entrypoint.sh

0 commit comments

Comments
 (0)