diff --git a/apps/backend/Dockerfile b/apps/backend/Dockerfile index fd7dee7..d94e3fc 100644 --- a/apps/backend/Dockerfile +++ b/apps/backend/Dockerfile @@ -47,8 +47,10 @@ WORKDIR /app # Copy the Pre-built binary file from the previous stage COPY --from=builder /app/main /app/. COPY --from=builder /app/public /app/public -COPY --from=builder /app/test.jpg /app/test.jpg -COPY --from=builder /app/scripts /app/scripts +COPY ./test.jpg /app/test.jpg +COPY ./scripts /app/scripts +COPY ./categorie.xml /app/categorie.xml +COPY ./caratteristiche.xml /app/caratteristiche.xml RUN chmod +x /app/scripts/*.sh #COPY --from=builder /app/.env /app/.env