updated .\dockerfile and .\prisma\ [deploy]
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 49s
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 49s
This commit is contained in:
@@ -21,7 +21,7 @@ RUN npm install -g prisma
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN ./node_modules/.bin/prisma generate --schema=src/database/schema.prisma
|
||||
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?!"
|
||||
|
||||
Reference in New Issue
Block a user