From 98c20512c4e4efded6977f000c30be4f05dac917 Mon Sep 17 00:00:00 2001 From: "christopher.braun@telekom.de" Date: Fri, 26 Jan 2024 12:18:50 +0100 Subject: [PATCH] Fixed missing space in docker build command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab319e..b1d7e8c 100644 --- a/README.md +++ b/README.md @@ -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`.