@@ -42,13 +42,15 @@ COPY deploy-container/myTool /home/coder/myTool
4242
4343##Environment variables
4444
45- | Variable Name| Description| Default Value|
46- | -----------------| ------------------------------------------------------------------------------------------------| -------------------|
47- | ` PASSWORD ` | Password for code-server| |
48- | ` HASHED_PASSWORD ` | Overrrides PASSWORD.[ SHA-256 hash] ( https://xorbin.com/tools/sha256-hash-calculator ) of password|
49- | ` USE_LINK ` | Use code-server --link instead of a password (coming soon)| false|
50- | ` GIT_REPO ` | A git repository to clone| |
51- | ` START_DIR ` | The directory code-server opens (and clones repos in)| /home/coder/project|
45+ | Variable Name| Description| Default Value|
46+ | ------------------| --------------------------------------------------------------------------------------------------| -------------------|
47+ | ` PASSWORD ` | Password for code-server| |
48+ | ` HASHED_PASSWORD ` | Overrrides PASSWORD.[ SHA-256 hash] ( https://xorbin.com/tools/sha256-hash-calculator ) of password|
49+ | ` USE_LINK ` | Use code-server --link instead of a password (coming soon)| false|
50+ | ` GIT_REPO ` | A git repository to clone| |
51+ | ` DOTFILES_REPO ` | A[ dotfiles] ( https://dotfiles.github.io/ ) repo to save preferences. Runs install.sh, if it exists.| |
52+ | ` DOTFILES_SYMLINK ` | Symlinks dotfiles repo to $HOME, if exits.| true|
53+ | ` START_DIR ` | The directory code-server opens (and clones repos in)| /home/coder/project|
5254
5355---
5456