diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 11e4376..3c5868f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,6 +17,7 @@ ENV LANG=zh_CN.UTF-8 \ TZ=${TZ} \ # Set `DEVCONTAINER` environment variable to help with orientation DEVCONTAINER=true \ + SANDBOX=sandbox-devcontainer \ # Set the default shell to zsh rather than sh SHELL=/bin/zsh \ # Set the default editor and visual