From 3d87c180734c1f2ee7810978ba3ecd22bbb5598f Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 4 Jun 2021 13:26:16 -0400 Subject: [PATCH] make build a non-containter command --- .ebextenstions/{containercommands.config => commands.config} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .ebextenstions/{containercommands.config => commands.config} (75%) diff --git a/.ebextenstions/containercommands.config b/.ebextenstions/commands.config similarity index 75% rename from .ebextenstions/containercommands.config rename to .ebextenstions/commands.config index 5c1e84c0..1732c15f 100644 --- a/.ebextenstions/containercommands.config +++ b/.ebextenstions/commands.config @@ -1,4 +1,4 @@ -container_commands: +commands: 00_build_sh: command: ./build.sh ignoreErrors: false