Skip to content

Commit

Permalink
refactor: remove extraneous commands from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 10, 2019
1 parent 7596f6b commit a90ce59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:10

LABEL name="Expo for Docker"
LABEL version="2.0.0"
LABEL repository="https://github.com/bycedric/ci-expo"
LABEL homepage="https://github.com/bycedric/ci-expo/tree/master/base"
LABEL maintainer="Cedric van Putten <[email protected]>"
Expand All @@ -10,8 +9,6 @@ RUN npm install --global expo-cli@2 \
&& npm cache rm --force \
&& rm -rf ~/.npm

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

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

0 comments on commit a90ce59

Please sign in to comment.