Skip to content

Commit

Permalink
fix broken docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Jan 24, 2024
1 parent 8779a57 commit 648b172
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 @@ -63,7 +63,7 @@ docker build -t ghcr.io/geodetischeinfrastructuur/transformations:1.0.3 .
To start an interactive terminal inside the container run:

```bash
docker run -it --rm --name nsgi-proj ghcr.io/geodetischeinfrastructuur/transformations:1.
docker run -it --rm --name nsgi-proj ghcr.io/geodetischeinfrastructuur/transformations:1.0.3
```

To invoke `projinfo` from your current terminal sessions run:
Expand Down

0 comments on commit 648b172

Please sign in to comment.