Yang Sheng Han
Yang Sheng Han
If `Dockerfile` and `devcontainer.json` in `D:` drive on Windows (that is `D:\.devcontainer\Dockerfile` & `D:\.devcontainer\devcontainer.json`) `D:\.devcontainer\Dockerfile` ```dockerfile ARG VARIANT="bullseye" FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT} ``` `D:\.devcontainer\devcontainer.json` ```dockerfile { "name": "Sample", "build": { "dockerfile": "Dockerfile"...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...