From c8aad6aa5664a9547e5b5cc5a7d567a5e92935a3 Mon Sep 17 00:00:00 2001 From: Phil Wilson <39430324+phil-d-wilson@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:46:36 +0100 Subject: [PATCH] Update push.ts --- lib/actions/push.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/push.ts b/lib/actions/push.ts index ba3b5fcfe2..21d954df62 100644 --- a/lib/actions/push.ts +++ b/lib/actions/push.ts @@ -187,7 +187,7 @@ export const push: CommandDefinition< signature: 'dockerfile', parameter: 'Dockerfile', description: - 'Alternative Dockerfile name/path, relative to the source folder', + 'Alternative Dockerfile (or docker-compose file) name/path, relative to the source folder', }, { signature: 'nocache',