ajuste: runner com docker cli
All checks were successful
Deploy NestJS API / build-and-push (push) Successful in 2m15s

This commit is contained in:
2026-01-02 14:01:29 -05:00
parent 7bd9d2bca0
commit 2d9336ff4d

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 world!'; return 'Hello worssld!';
} }
} }