Skip to content

Commit a019c94

Browse files
committed
1 parent 252f16d commit a019c94

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM node:10-alpine
1+
FROM node:10
22

3-
LABEL name="Expo CLI for Docker"
3+
LABEL name="Expo for Docker"
4+
LABEL version="2.0.0"
45
LABEL repository="https://github.com/bycedric/ci-expo"
56
LABEL homepage="https://github.com/bycedric/ci-expo/tree/master/base"
67
LABEL maintainer="Cedric van Putten <me+ci-expo@bycedric.com>"
78

8-
RUN apk add --no-cache bash git \
9-
&& npm install --global expo-cli@2 \
9+
RUN npm install --global expo-cli@2 \
1010
&& npm cache rm --force \
1111
&& rm -rf ~/.npm
1212

base/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh -l
22

3+
set -e
34
sh -c "expo $*"

0 commit comments

Comments
 (0)