-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): corepack permissions fix and style updates (#9976)
PRing some fixes @Josh-Walker-GM tipped me off to: - We need to add the `RUN mkdir -p /home/node/.cache` instruction after `RUN mkdir -p /home/node/.yarn/berry/index`. I still can't reliably reproduce this one, but have seen it fail reliably before too for sure and this seems to fix it - I forgot to remove `--load-env-files` when I did the api-server work. It's a no-op now - I forgot to change `API_HOST` to `API_PROXY_TARGET` Adding a few style tweaks while I'm here: - I guess I used `yarn redwood`? This isn't the tutorial - Fixed a typo in the docs
- Loading branch information
1 parent
cd65bf6
commit 4b06f06
Showing
3 changed files
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters