ajuste: runner com docker cli
Some checks failed
Deploy NestJS API / build-and-push (push) Failing after 17s

This commit is contained in:
2026-01-02 13:56:06 -05:00
parent 552efeaa82
commit 7bd9d2bca0

View File

@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable() @Injectable()
export class AppService { export class AppService {
getHello(): string { getHello(): string {
return 'Hello!'; return 'Hello world!';
} }
} }