core: propagate changes throughout files

This commit is contained in:
Trianta
2024-11-16 02:45:38 -06:00
parent 8252f38bb7
commit f725b4e922
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,9 +14,9 @@ RUN npm run build
WORKDIR /usr/share/nginx/html
COPY index.html .
COPY default.css .
RUN mkdir -p /usr/share/nginx/html/public
COPY src/*.css ./public
RUN cp /app/build/* ./public