Skip to content

Commit

Permalink
Fix formatting for multi-line command
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mstimberg committed Mar 8, 2024
1 parent 67d0242 commit f437aa6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ docker buildx create \
```
Then execute:

`docker buildx build \
```
docker buildx build \
--builder=container \
--push \
--platform linux/amd64,linux/arm64/v8 \
-o type=image \
-t briansimulator/brian \
-f docker/Dockerfile \
.`
.
```

0 comments on commit f437aa6

Please sign in to comment.