Skip to content

Commit b758fb7

Browse files
authored
fix docker command (#23)
* fix docker command Signed-off-by: gengjiawen <[email protected]> * remove extra / Signed-off-by: gengjiawen <[email protected]>
1 parent f1bd234 commit b758fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run:
1919
name: docker info
2020
command: |
21-
docker run --rm --name rn-env /bin/sh -c "npm i -g envinfo && envinfo"
21+
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npm i -g envinfo && envinfo"
2222
2323
workflows:
2424
version: 2

0 commit comments

Comments
 (0)