File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55A prebuilt docker image to use the [ Expo CLI] [ link-expo-cli ] on Docker-based environments.
66This image contains all necessary libraries to perform all commands of the CLI.
7+ To make sure this image stays up to date, Travis CI is scheduled to run weekly builds.
78
89- Based on ` node:10 ` image
910- Contains globally installed ` expo-cli@2 `
@@ -17,10 +18,10 @@ When nothing is provided, it will output the help information provided by the CL
1718> The entry point uses ` sh -c ` to invoke Expo, making environment variables available to that command.
1819
1920``` bash
20- $ docker run --rm bycedric/ci- expo
21- $ docker run --rm bycedric/ci- expo pubish
22- $ docker run --rm -ti bycedric/ci- expo login
23- $ docker run --rm -ti --entrypoint sh bycedric/ci- expo
21+ $ docker run --rm bycedric/expo-cli
22+ $ docker run --rm bycedric/expo-cli pubish
23+ $ docker run --rm -ti bycedric/expo-cli login
24+ $ docker run --rm -ti --entrypoint sh bycedric/expo-cli
2425```
2526
2627> This image is intended to use on Docker-based CI environments, see [ the Expo CI guide] [ link-expo-cicd ] to get started.
You can’t perform that action at this time.
0 commit comments