diff --git a/Dockerfile b/Dockerfile index d992a42f..9d563d7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ COPY --from=builder /app/dist ./dist COPY --from=builder /app/prisma ./prisma # Run migrations then start the app -CMD ["sh", "-c", "npx prisma migrate deploy && node dist/index.js"] +CMD ["sh", "-c", "npx prisma migrate deploy && node dist/index.js"] diff --git a/openapi.yaml b/openapi.yaml index 8e0bdc55..bdc500cb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -23,7 +23,7 @@ paths: content: application/json: schema: - type: object + type: object required: [ok, uptime] properties: ok: