From a20db4d40090b995208c04c576050efa4c2c7de8 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 06:49:43 -0600 Subject: [PATCH] assets: remove folder --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2157aa3..413c4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ WORKDIR /usr/share/nginx/html COPY index.html . COPY default.css . COPY pages/ . -COPY assets/ . RUN mkdir -p /usr/share/nginx/html/public