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

This commit is contained in:
Pascal Prießnitz
2025-12-03 02:45:17 +01:00
parent 9171c2f4c4
commit 4e3ef18401

View File

@@ -16,6 +16,7 @@ RUN npm ci
# OPTIONAL, aber hilfreich: global ts-node-dev installieren, # OPTIONAL, aber hilfreich: global ts-node-dev installieren,
# damit der Befehl IMMER verfügbar ist, auch wenn node_modules-mal zickt # damit der Befehl IMMER verfügbar ist, auch wenn node_modules-mal zickt
RUN npm install -g ts-node-dev RUN npm install -g ts-node-dev
RUN npm install -g prisma
COPY . . COPY . .