Skip to content

Commit c7c4f80

Browse files
author
Orjiewuru Kingdom
committed
update docker script and pull request info
1 parent b5f313c commit c7c4f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docker build . -t react-webpack-starter
5656
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
5757

5858
```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
6060
```
6161

6262
## Using Makefile
@@ -106,7 +106,7 @@ Distributed under the MIT license. See ``LICENSE`` for more information.
106106
2. Create your feature branch (`git checkout -b feature/fooBar`)
107107
3. Commit your changes (`git commit -am 'Add some fooBar'`)
108108
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`
110110

111111
## Security Vulnerabilities
112112

0 commit comments

Comments
 (0)