Skip to content

Commit

Permalink
refactor: remove third party notice until its updated
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 2, 2019
1 parent a019c94 commit f4fc39a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2,311 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm install --global expo-cli@2 \
&& npm cache rm --force \
&& rm -rf ~/.npm

COPY LICENSE.md README.md THIRD_PARTY_NOTICE.md /
COPY LICENSE.md README.md /
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
Expand Down
10 changes: 4 additions & 6 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
A prebuilt docker image to use the [Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli) on Docker-based environments.
This image contains all necessary libraries to perform all commands of the CLI.

- Based on `node:10-alpine` image
- Based on `node:10` image
- Contains globally installed `expo-cli@2`
- Contains `bash` for [Metro bundler](https://facebook.github.io/metro/)
- Contains `git` for NPM repository references

## Usage

The entry point of this image forwards to the Expo CLI itself.
With this entry point you can provide any command directly to Docker.
With this entry point, you can provide any command directly to Docker.
When nothing is provided, it will output the help information provided by the CLI.

> The entry point uses `sh -c` to invoke Expo, making environment variable available to that command.
```bash
$ docker run --rm bycedric/ci-expo
$ docker run --rm bycedric/ci-expo pubish
Expand All @@ -27,8 +27,6 @@ $ docker run --rm -ti --entrypoint sh bycedric/ci-expo

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

> This image is built on top of awesome open source libraries, see [third party licenses](THIRD_PARTY_NOTICE.md) for more information.
--- ---

<p align="center">
Expand Down
Loading

0 comments on commit f4fc39a

Please sign in to comment.