diff --git a/Dockerfile b/Dockerfile index 739a362..c865018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,6 +101,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \ COPY entrypoint.sh /usr/local/bin/ +RUN chmod +x /usr/local/bin/entrypoint.sh + ENTRYPOINT ["entrypoint.sh"] CMD [ "node" ] \ No newline at end of file diff --git a/README.md b/README.md index 4fe3f47..deb5027 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ - CUBETIQ Alpine OS Linux (3.13.3) - Nodejs 14 (14.16.0) +# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node) +```shell +docker push cubetiq/calpine-node:14 +``` + +# Usage +```shell +docker run --rm -it cubetiq/calpine-node:14 /bin/sh +``` + # Contributors - Sambo Chea