add DB init during container start
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-10-13 13:10:02 +02:00
parent 5d6ac9438d
commit 5128398516

View File

@@ -15,4 +15,5 @@ FROM node:24-alpine
COPY --from=build /app .
ENV HOST=0.0.0.0
EXPOSE 3000
RUN npm run init-db
CMD ["sh", "-c", "ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de node build/index.js"]