Skip to content

Commit dfe12cc

Browse files
committed
ctco-dev: fix docs for #4
1 parent 293dc1f commit dfe12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ or add variables to `.env`, `.env.local`, `.env.development` et c. (see [Officia
6262
### Production
6363
To inject environment variables into an application on starting a docker container:
6464
```sh
65-
docker run --rm -it --name my-cra-container -e "WEB_APP_ONE=\"hello my app\"" -p 8080:80 my-cra-image
65+
docker run --rm -it --name my-cra-container -e "WEB_APP_ONE=hello my app" -p 8080:80 my-cra-image
6666
```

0 commit comments

Comments
 (0)