diff --git a/dockerfile b/dockerfile index 9f8b26b..5551812 100644 --- a/dockerfile +++ b/dockerfile @@ -16,6 +16,7 @@ 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 -g prisma COPY . .