File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ leverages Docker [BuildKit](https://docs.docker.com/develop/develop-images/build
1111the amount of repetitive code.
1212
1313As BuildKit is opt-in within many currently supported versions of Docker (as of this writing), you need to
14- set the following environment variables before continuing. While not needed after the initial ` docker- compose build `
14+ set the following environment variables before continuing. While not needed after the initial ` docker compose build `
1515(barring updates to the ` Dockerfile ` ), we recommend placing this in your ` ~/.bash_profile ` /` ~/.zshrc ` or equivalent
1616
1717``` bash
@@ -25,6 +25,6 @@ to run terminal commands from inside the terminal and build Dash Core.
2525
2626``` bash
2727cd contrib/containers/develop
28- docker- compose build
29- docker- compose run container
28+ docker compose build
29+ docker compose run container
3030```
You can’t perform that action at this time.
0 commit comments