diff --git a/Dockerfile b/Dockerfile index eda9cf2..938cc39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN npm ci COPY src/ ./src/ # Copy content files needed for build -COPY --from=builder /app/content ./content +COPY content ./content # Build both frontend and backend ARG APP_SUBFOLDER=""