Skip to content

Commit

Permalink
Update README.md: add -it
Browse files Browse the repository at this point in the history
  • Loading branch information
vesalukkarila authored Oct 21, 2024
1 parent 5f5264a commit 489c03f
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 @@ -38,7 +38,7 @@ To run the application, you have two choices:
```
2. Run the image:
```shell
docker run -p 8080:8080 songs-api:latest
docker run -it -p 8080:8080 songs-api:latest
```
3. Open the api in http://localhost:8080

Expand Down

0 comments on commit 489c03f

Please sign in to comment.