chore: Update Dockerfile CMD for schema path, log schema loading path in schema.ts, and adjust IntelliJ workspace

This commit is contained in:
Andreas Hilbig 2026-01-14 14:21:14 +01:00
parent 437321ef6d
commit 8e5fbc3f57
3 changed files with 14 additions and 3 deletions

View file

@ -21,5 +21,6 @@ RUN npm install --production
COPY --from=builder /usr/app/dist ./dist
ADD schema ./dist/schema
CMD node ./dist/index.js
WORKDIR /usr/app/dist
CMD node ./index.js
EXPOSE 4000