updated .\dockerfile and .\prisma\ [deploy]
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 45s
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 45s
This commit is contained in:
@@ -16,11 +16,11 @@ RUN npm ci
|
||||
# OPTIONAL, aber hilfreich: global ts-node-dev installieren,
|
||||
# damit der Befehl IMMER verfügbar ist, auch wenn node_modules-mal zickt
|
||||
RUN npm install -g ts-node-dev
|
||||
RUN npm install
|
||||
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npx prisma generate
|
||||
RUN ./node_modules/.bin/prisma generate --schema=src/database/schema.prisma
|
||||
|
||||
# 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