From c551925e8655cabeaadb006bc7ddbe0b74f4ffeb Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 28 Dec 2025 23:36:56 +0100 Subject: [PATCH] chore: update 1 file(s) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a72e35d..5aff1e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:20-alpine AS builder WORKDIR /app COPY package*.json ./ RUN npm ci -COPY wwww/ ./ +COPY www/ ./ COPY webpack.config.js ./ COPY robots.txt ./ COPY site.webmanifest ./