Skip to content

Commit

Permalink
Merge pull request #10167 from jbccollins/Fix-Unresolved-Merge-Conflict
Browse files Browse the repository at this point in the history
Fix Unresolved Merge Conflict
  • Loading branch information
bhollis authored Dec 11, 2023
2 parents 525ad86 + 1b1fd93 commit 057fd92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,15 @@ apt-get install nano



<<<<<<< HEAD
If you need to install new node dependencies, you should run those commands from inside the container. Once inside, use `pnpm add NameOfTheDependency` as normal.
=======
## Installing new packages
If you need to install new node dependencies, you should run those commands from inside the container via:
```sh
docker-compose exec webpack bash
```

Once inside, use `yarn add NameOfTheDependency` as normal.
Once inside, use `pnpm add NameOfTheDependency` as normal.


>>>>>>> origin/master

## Container terminates unexpectedly
On Windows, you may see the error:
Expand Down

0 comments on commit 057fd92

Please sign in to comment.