Installing Git

This commit is contained in:
Oleksandr Bordun 2019-11-06 17:59:03 +01:00 committed by GitHub
parent b7233e8545
commit 4d9b2c0dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
FROM node:10.16-alpine
RUN apk add --no-cache git
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]