From e33face84978ef2d9041971c6f360c83ef4ae2c5 Mon Sep 17 00:00:00 2001 From: Paul Montag Date: Tue, 24 Feb 2026 21:46:50 -0600 Subject: [PATCH] current directory --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5aacca8..3d6d679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM nginx -COPY public /usr/share/nginx/html +COPY ./public /usr/share/nginx/html