coder-enterprise-images/images/configure/README.md

20 lines
592 B
Markdown
Raw Normal View History

2020-12-02 02:00:48 +00:00
# Coder Configure
## Description
2021-02-17 19:08:48 +00:00
This directory contains an example [image](./Dockerfile.ubuntu) and
[configure](./configure) script. The configure script is used to add
[`nvm`](https://github.com/nvm-sh/nvm) to a Coder environment.
2020-12-02 02:00:48 +00:00
## How To Use It
If an image contains an executable script located at `/coder/configure`, it is
automatically detected and executed by Coder environments during the build
process.
## Further Reading
2021-02-17 19:08:48 +00:00
Our support site contains
[a tutorial](https://help.coder.com/hc/en-us/articles/360055782794-Configuring-Your-Environment-on-Startup)
on Coder Configure.