From e9284ae0f6d5e25dcf41dff30d2c4a09c3f3097e Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 15 Dec 2025 22:47:32 +0100 Subject: [PATCH] init --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0039088..6140fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,5 @@ WORKDIR /usr/share/nginx/html # Copy static files COPY public/ ./ -# If the site references additional resources, copy them too -COPY resources/ ./resources - # Provide custom nginx.conf for clean URLs COPY nginx.conf /etc/nginx/conf.d/default.conf