Skip to content

Commit 06670d4

Browse files
authored
fix: typo in readme
1 parent 7236a53 commit 06670d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ENTRYPOINT ["sh", "docker-entrypoint.sh"]
133133
```sh
134134
# File: docker-entrypoint.sh
135135

136-
reactenv /usr/share/nginx/html # run reactenv in build directory
136+
reactenv run /usr/share/nginx/html # run reactenv in build directory
137137

138138
if [ "${?}" != "0" ]; then # exit entrypoint script if reactenv failed
139139
exit 1

0 commit comments

Comments
 (0)