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

Commit 76f6717

Browse files
author
Antonio Cheong
committed
test
1 parent 1d7128b commit 76f6717

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.dockerignore

Whitespace-only changes.

Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM nginx:latest
1+
# FROM nginx:latest
2+
FROM ubuntu:22.04
23

34
COPY rootfs/ /
45

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
6+
# RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
7+
# && mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \
8+
# && find /etc/nginx -type d -exec chmod 755 {} \; \
9+
# && find /etc/nginx -type f -exec chmod 644 {} \; \
10+
# && chmod 755 /docker-entrypoint.d/99-dynamic_resolvers.sh /bin/nginx_auto_reload.sh

0 commit comments

Comments
 (0)