for some reason errors dont show up when deploying in ecs context. so to fix, switch to default context and deploy as if a local deployment
docker context use default
execute this command right before executing the docker compose …. command
for some reason errors dont show up when deploying in ecs context. so to fix, switch to default context and deploy as if a local deployment
docker context use default
execute this command right before executing the docker compose …. command