Update README.md

This commit is contained in:
Mateusz Słodkowicz 2024-03-15 16:25:28 +01:00 committed by GitHub
parent c8aecc8dea
commit bdc840f7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ docker build -t currency-exchange .
To run use: To run use:
``` ```
docker run --rm -v /tmp:/tmp:rw currency-exchange <ARGUMENTS> docker run -it --rm -v /tmp:/tmp:rw currency-exchange <ARGUMENTS>
``` ```