Current Behavior
If I name my dockerfile something other than 'Dockerfile' (say 'db.Dockerfile'), during app deploy it will give me this error: "unable to prepare context: context must be a directory".
$ ecs-preview app init --dockerfile "db.Dockerfile"
$ ecs-preview app deploy # throws error
Expected Behavior
Not throwing this error
Current Behavior
If I name my dockerfile something other than 'Dockerfile' (say 'db.Dockerfile'), during
app deployit will give me this error: "unable to prepare context: context must be a directory".Expected Behavior
Not throwing this error