Skip to content

Commit a801b83

Browse files
committed
docs: add scheduled builds info and update examples
1 parent 2c88f88 commit a801b83

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

base/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
A prebuilt docker image to use the [Expo CLI][link-expo-cli] on Docker-based environments.
66
This 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.

0 commit comments

Comments
 (0)