Skip to content

Commit

Permalink
docs: add scheduled builds info and update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 14, 2019
1 parent 2c88f88 commit a801b83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

A prebuilt docker image to use the [Expo CLI][link-expo-cli] on Docker-based environments.
This image contains all necessary libraries to perform all commands of the CLI.
To make sure this image stays up to date, Travis CI is scheduled to run weekly builds.

- Based on `node:10` image
- Contains globally installed `expo-cli@2`
Expand All @@ -17,10 +18,10 @@ When nothing is provided, it will output the help information provided by the CL
> The entry point uses `sh -c` to invoke Expo, making environment variables available to that command.
```bash
$ docker run --rm bycedric/ci-expo
$ docker run --rm bycedric/ci-expo pubish
$ docker run --rm -ti bycedric/ci-expo login
$ docker run --rm -ti --entrypoint sh bycedric/ci-expo
$ docker run --rm bycedric/expo-cli
$ docker run --rm bycedric/expo-cli pubish
$ docker run --rm -ti bycedric/expo-cli login
$ docker run --rm -ti --entrypoint sh bycedric/expo-cli
```

> This image is intended to use on Docker-based CI environments, see [the Expo CI guide][link-expo-cicd] to get started.
Expand Down

0 comments on commit a801b83

Please sign in to comment.