File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ docker build . -t react-webpack-starter
56
56
This builds the image with the tag ` react-webpack-starter ` . Once this is completed, you can instantiate the container with the image with the command
57
57
58
58
``` sh
59
- docker run -p 8080:8080 -v rws:/app react-webpack-starter:latest
59
+ docker run -t -i - p 8080:8080 -v rws:/app react-webpack-starter:latest
60
60
```
61
61
62
62
## Using Makefile
@@ -106,7 +106,7 @@ Distributed under the MIT license. See ``LICENSE`` for more information.
106
106
2 . Create your feature branch (` git checkout -b feature/fooBar ` )
107
107
3 . Commit your changes (` git commit -am 'Add some fooBar' ` )
108
108
4 . Push to the branch (` git push origin feature/fooBar ` )
109
- 5 . Create a new Pull Request
109
+ 5 . Create a new Pull Request to branch ` feature/develop `
110
110
111
111
## Security Vulnerabilities
112
112
You can’t perform that action at this time.
0 commit comments