Skip to content

Commit

Permalink
Add Dependency issues section to mac docker
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Oct 28, 2024
1 parent 9c1cedf commit 46f1851
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install/mac-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ This will start the `backend` and `frontend` containers:
docker compose up backend frontend
```

## Dependency issues?

Editors/IDEs typically don't have access to installed dependencies which lie inside Docker containers. This means you
may have to install dependencies locally too, in order for your editor/IDE to resolve them. See
the [Editor configuration](../introduction.md#editor-configuration) guide for more information.

## Post-install

Now that you've got the project up and running, check out the post-install instructions:
Expand Down

0 comments on commit 46f1851

Please sign in to comment.