diff --git a/Dockerfile b/Dockerfile index de9ee8fa4..3f379b8de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ COPY ./frontend/package.json ./frontend/package-lock.json /app/frontend/ RUN npm ci COPY ./frontend/ /app/frontend/ +COPY ./templates/ /app/templates/ RUN npm run build # Move the built files