tsconfig.json

This commit is contained in:
2025-12-07 23:28:36 +01:00
parent aa1f3b1cb3
commit 899f8dce20

View File

@@ -17,4 +17,4 @@ RUN npm run build
EXPOSE 3100
# Start der App
CMD ["node", "dist/index.js"]
CMD ["node", "dist/src/index.js"]