GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
405 stars 109 forks source link

Feature Request for context when performing builds #900

Open balloman opened 2 months ago

balloman commented 2 months ago

Use case I would like to build an image and emulate it in cloud run, but my dockerfile is nested in another directory. This causes my docker builds to fail, because it uses the directory of the dockerfile as the context

Feature An option to define the context when setting up docker, similar to the path to the dockerfile