Skip to content

Commit

Permalink
docs: update docker.md (#19)
Browse files Browse the repository at this point in the history
* Update docker.md

Remove an `=` from the `docker build` command.

* Update docs/docker.md
  • Loading branch information
sudkul87 authored Jun 21, 2023
1 parent 563abf7 commit c5c6dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ make build-docker VERSION=3.4.0 EDGE=3.4.3
OR

```shell
docker build --build-arg PALETTE_VERSION=3.3.0 --build-arg PALETTE_CLI_VERSION=3.3.0 --build-arg= PALETTE_EDGE_VERSION=3.4.3 -t tutorials .
docker build --build-arg PALETTE_VERSION=3.3.0 --build-arg PALETTE_CLI_VERSION=3.4.0 --build-arg PALETTE_EDGE_VERSION=3.4.3 -t tutorials .
```

0 comments on commit c5c6dd1

Please sign in to comment.