Skip to content

Commit a90ce59

Browse files
committed
refactor: remove extraneous commands from base image
1 parent 7596f6b commit a90ce59

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

base/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:10
22

33
LABEL name="Expo for Docker"
4-
LABEL version="2.0.0"
54
LABEL repository="https://github.com/bycedric/ci-expo"
65
LABEL homepage="https://github.com/bycedric/ci-expo/tree/master/base"
76
LABEL maintainer="Cedric van Putten <me+ci-expo@bycedric.com>"
@@ -10,8 +9,6 @@ RUN npm install --global expo-cli@2 \
109
&& npm cache rm --force \
1110
&& rm -rf ~/.npm
1211

13-
COPY LICENSE.md README.md /
14-
COPY entrypoint.sh /entrypoint.sh
12+
COPY entrypoint.sh LICENSE.md README.md /
1513

1614
ENTRYPOINT ["/entrypoint.sh"]
17-
CMD ["--help"]

0 commit comments

Comments
 (0)