kibana/.devcontainer/.env.template
Kurt 2897f6d66e
Updating Devcontainer Dockerfile so the vscode user can run bootstrap (#193224)
## Summary

There was a permissions issue running bootstrap in the devContainer on
Mac.
2024-09-18 08:26:09 -04:00

5 lines
225 B
Text

# /bin/bash or /bin/zsh (oh-my-zsh is installed by default as well)
SHELL=/bin/bash
# Switch to 1 to enable FIPS environment, any other value to disable,
# then close and reopen a new terminal to setup the environment
FIPS=0