updated .\dockerfile and .\prisma\ [deploy]
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 46s

This commit is contained in:
Pascal Prießnitz
2025-12-03 02:16:15 +01:00
parent a3c8e377c9
commit 9d4e0383d7
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ RUN npm install -g ts-node-dev
COPY . .
RUN npx prisma generate
# Kleine Debug-Zeile: zeigt dir im Build-Log, dass ts-node-dev im PATH ist
RUN ts-node-dev --version || echo "ts-node-dev not in PATH?!"