We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7236a53 commit 06670d4Copy full SHA for 06670d4
1 file changed
README.md
@@ -133,7 +133,7 @@ ENTRYPOINT ["sh", "docker-entrypoint.sh"]
133
```sh
134
# File: docker-entrypoint.sh
135
136
-reactenv /usr/share/nginx/html # run reactenv in build directory
+reactenv run /usr/share/nginx/html # run reactenv in build directory
137
138
if [ "${?}" != "0" ]; then # exit entrypoint script if reactenv failed
139
exit 1
0 commit comments