We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7596f6b commit a90ce59Copy full SHA for a90ce59
1 file changed
base/Dockerfile
@@ -1,7 +1,6 @@
1
FROM node:10
2
3
LABEL name="Expo for Docker"
4
-LABEL version="2.0.0"
5
LABEL repository="https://github.com/bycedric/ci-expo"
6
LABEL homepage="https://github.com/bycedric/ci-expo/tree/master/base"
7
LABEL maintainer="Cedric van Putten <me+ci-expo@bycedric.com>"
@@ -10,8 +9,6 @@ RUN npm install --global expo-cli@2 \
10
9
&& npm cache rm --force \
11
&& rm -rf ~/.npm
12
13
-COPY LICENSE.md README.md /
14
-COPY entrypoint.sh /entrypoint.sh
+COPY entrypoint.sh LICENSE.md README.md /
15
16
ENTRYPOINT ["/entrypoint.sh"]
17
-CMD ["--help"]
0 commit comments