Remove debug verification step for recipe-document-converter from Dockerfile

This commit is contained in:
Nils-Johan Gynther
2026-04-11 16:49:14 +02:00
parent 4189f94e0e
commit d3997348a8
-3
View File
@@ -25,9 +25,6 @@ RUN npm install
# Lägg converter i node_modules EFTER npm install
COPY --from=converter-build /converter ./node_modules/recipe-document-converter
# DEBUG: Verifiera att converter finns på plats
RUN echo "=== package.json ===" && cat node_modules/recipe-document-converter/package.json && echo "" && echo "=== dist/ ===" && ls -la node_modules/recipe-document-converter/dist/ 2>&1 || echo "DIST SAKNAS"
RUN npx prisma generate
RUN npm run build