diff --git a/Dockerfile b/Dockerfile index 3b98e16..eda9cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,8 @@ RUN npm ci # Copy source code COPY src/ ./src/ -# Copy configuration files needed for build -COPY ReleaseNotes.json ./ -COPY Overview.json ./ +# Copy content files needed for build +COPY --from=builder /app/content ./content # Build both frontend and backend ARG APP_SUBFOLDER=""