build(devcontainer): 添加SANDBOX环境变量配置
This commit is contained in:
@@ -17,6 +17,7 @@ ENV LANG=zh_CN.UTF-8 \
|
|||||||
TZ=${TZ} \
|
TZ=${TZ} \
|
||||||
# Set `DEVCONTAINER` environment variable to help with orientation
|
# Set `DEVCONTAINER` environment variable to help with orientation
|
||||||
DEVCONTAINER=true \
|
DEVCONTAINER=true \
|
||||||
|
SANDBOX=sandbox-devcontainer \
|
||||||
# Set the default shell to zsh rather than sh
|
# Set the default shell to zsh rather than sh
|
||||||
SHELL=/bin/zsh \
|
SHELL=/bin/zsh \
|
||||||
# Set the default editor and visual
|
# Set the default editor and visual
|
||||||
|
|||||||
Reference in New Issue
Block a user