You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -852,7 +852,7 @@ The main issue is that you can't manage your node packages in the container usin
852
852
853
853
This is for performance reasons, but also because we want the packages to be compiled for and running in the same environment/operating system (`linux` in our case).
854
854
855
-
This results in us having to issue our `yarn` commands from **_within_** the containers, instead of from our native operating system.
855
+
This results in us having to issue our `yarn` commands from **_within_** the containers instead of from our native operating system.
856
856
857
857
The `tidepool` helper script (see [Add Tidepool Helper Script](#add-tidepool-helper-script-recommended)) allows us to shell into a container and run commands.
0 commit comments