Updated README and examples
This commit is contained in:
parent
a3023036f8
commit
302f400c39
10
README.md
10
README.md
@ -3,9 +3,9 @@
|
|||||||
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node)
|
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node)
|
||||||
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
|
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
|
||||||
|
|
||||||
- CUBETIQ Alpine OS Linux
|
- CUBETIQ Alpine OS Linux
|
||||||
- Nodejs 16 (16.15.0)
|
- Nodejs 16 (16.17.0)
|
||||||
- Yarn 1.22.18
|
- PNPM 7 (7.9.5)
|
||||||
|
|
||||||
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
||||||
|
|
||||||
@ -29,14 +29,14 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
RUN yarn
|
RUN pnpm install
|
||||||
|
|
||||||
CMD [ "node" , "index.js"]
|
CMD [ "node" , "index.js"]
|
||||||
```
|
```
|
||||||
|
|
||||||
# Contributors
|
# Contributors
|
||||||
|
|
||||||
- Sambo Chea <sombochea@cubetiqs.com>
|
- Sambo Chea <sombochea@cubetiqs.com>
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
@ -11,6 +11,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN yarn
|
RUN pnpm install
|
||||||
|
|
||||||
CMD [ "node" , "index.js"]
|
CMD [ "node" , "index.js"]
|
@ -5,6 +5,6 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
RUN yarn
|
RUN pnpm install
|
||||||
|
|
||||||
CMD [ "node" , "index.js"]
|
CMD [ "node" , "index.js"]
|
Loading…
Reference in New Issue
Block a user