You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
…980)
<!-- Provide summary of changes -->
Fix#979
<!-- Issue number, if available. E.g. "Fixes#31", "Addresses #42, 77" -->
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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".Expected Behavior
Not throwing this error
The text was updated successfully, but these errors were encountered: