diff --git a/Dockerfile b/Dockerfile index 1a3a416..4a09fe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN npm install COPY . . RUN npx prisma generate --schema=schema.prisma EXPOSE 3000 -CMD ["npx", "tsx", "devV1-Seed/server.ts"] +CMD ["npx", "--yes", "tsx", "devV1-Seed/server.ts"]