Skip to content

Commit

Permalink
ARGs + volumes added to the readme, dotnet tool restoration on contai…
Browse files Browse the repository at this point in the history
…ner startup
  • Loading branch information
PiotrJustyna committed Nov 29, 2023
1 parent cfe7e9d commit 72c109d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ WORKING_DIRECTORY=$1

git config --global --add safe.directory "$WORKING_DIRECTORY"

dotnet tool restore

/bin/zsh
17 changes: 16 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,19 @@ minimal f# development environment

## markdown

`./render-docs.sh`
`./render-docs.sh`

## customisation

### `ARG`

| name | description|
| --- | --- |
| `$USER_NAME` | controls the name of the default non-root account controlling the development environment |

### volumes

| identifier | description|
| --- | --- |
| `$(pwd)` | current host directory which becomes container's working directory |
| `$CERTIFICATE_DIRECTORY` | host's `.ssh` directory |

0 comments on commit 72c109d

Please sign in to comment.