Skip to content

Commit

Permalink
fix readme for docker run (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Jan 26, 2024
1 parent 907660a commit 48c2d7d
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 @@ -86,7 +86,7 @@ docker build -t vscode-generator-code .
Create a docker container with volumes.

```bash
docker run -v $(pwd):/usr/src/app vscode-generator-code
docker run -it -v $(pwd):/usr/src/app vscode-generator-code
```

## Local development
Expand Down

0 comments on commit 48c2d7d

Please sign in to comment.