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

Commit 4cfd6a1

Browse files
author
Antonio Cheong
committed
fixing
1 parent 939ceb1 commit 4cfd6a1

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM nginx:latest
2-
3-
COPY rootfs/ /
4-
5-
RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
6-
&& mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \
7-
&& find /etc/nginx -type d -exec chmod 755 {} \; \
8-
&& find /etc/nginx -type f -exec chmod 644 {} \; \
9-
&& chmod 755 /docker-entrypoint.d/99-dynamic_resolvers.sh /bin/nginx_auto_reload.sh
1+
FROM nginx:latest
2+
3+
COPY rootfs/ /
4+
5+
RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
6+
&& mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \
7+
&& find /etc/nginx -type d -exec chmod 755 {} \; \
8+
&& find /etc/nginx -type f -exec chmod 644 {} \; \
9+
&& chmod 755 /docker-entrypoint.d/99-dynamic_resolvers.sh /bin/nginx_auto_reload.sh

rootfs/etc/nginx/conf.d/include/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)