Remove debug verification step for recipe-document-converter from Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user