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