Install from nvmrc during devcontainer Dockerfile build (#30603)
This commit is contained in:
parent
c1a84f1b5b
commit
6952af137d
3 changed files with 8 additions and 10 deletions
|
@ -2,8 +2,8 @@ services:
|
|||
app:
|
||||
working_dir: /workspaces/mastodon/
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: .devcontainer/Dockerfile
|
||||
volumes:
|
||||
- ..:/workspaces/mastodon:cached
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue