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

Commit feeb3b7

Browse files
author
Antonio Cheong
committed
fixing
1 parent f793608 commit feeb3b7

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
@@ -2,7 +2,7 @@ FROM nginx:latest
22

33
WORKDIR /
44

5-
COPY rootfs/ .
5+
COPY rootfs/ /
66

77
RUN mkdir -p /tmp/nginx/body /var/lib/nginx/cache /data/logs \
88
&& mkdir -p /etc/letsencrypt/live/placeholder /data/nginx/placeholder /data/custom_ssl/placeholder \

0 commit comments

Comments
 (0)