Skip to content

Commit

Permalink
Fixed missing space in docker build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-braun committed Jan 26, 2024
1 parent a023f04 commit 98c2051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This will build the project and run all tests. The resulting artifacts will be p
The project contains a Dockerfile that can be used to build a Docker image. To build the image, run:

```bash
docker build --platform linux/amd64 -t jumper.
docker build --platform linux/amd64 -t jumper .
```

This will build the image and tag it as `jumper:latest`.
Expand Down

0 comments on commit 98c2051

Please sign in to comment.