Install from nvmrc during devcontainer Dockerfile build (#30603)

This commit is contained in:
Matt Jankowski 2024-06-08 06:33:28 -04:00 committed by GitHub
parent c1a84f1b5b
commit 6952af137d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 10 deletions

View file

@ -2,8 +2,8 @@ services:
app:
working_dir: /workspaces/mastodon/
build:
context: .
dockerfile: Dockerfile
context: ..
dockerfile: .devcontainer/Dockerfile
volumes:
- ..:/workspaces/mastodon:cached
environment: