From 485123ee63c692ce59622880fdb489cdeeafeab4 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 11 Feb 2023 12:33:45 -0300 Subject: [PATCH] Fix typos and remove unneeded user from dev container --- README.md | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 006a68e3..df2b6266 100644 --- a/README.md +++ b/README.md @@ -3269,7 +3269,7 @@ This card heavily uses [Embla Carousel](https://www.embla-carousel.com/) -- a li ### Building -This project uses [Volta](https://github.com/volta-cli/volta) to ensure a consistent version of Node and Yarn are used during development. If you install Volta in your environment, you should not need to worry about which Version of both to choose. **Note:** the devcontainer already comes with Volta installed. +This project uses [Volta](https://github.com/volta-cli/volta) to ensure a consistent version of Node and Yarn are used during development. If you install Volta in your environment, you should not need to worry about which version of both to choose. **Note:** the dev container already comes with Volta installed. However, if you are not using Volta, you can check the `volta` key in the [`package.json`](./package.json) for a reference on which version of Node and Yarn should be used. diff --git a/docker-compose.yml b/docker-compose.yml index 3dde8ad2..bc9e5cc1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ --- services: dev: - user: vscode init: true build: .devcontainer entrypoint: /usr/local/share/docker-init.sh