Updated README and examples
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||

|
||||
|
||||
- CUBETIQ Alpine OS Linux
|
||||
- Nodejs 16 (16.15.0)
|
||||
- Yarn 1.22.18
|
||||
- Nodejs 16 (16.17.0)
|
||||
- PNPM 7 (7.9.5)
|
||||
|
||||
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
||||
|
||||
@@ -29,7 +29,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
RUN yarn
|
||||
RUN pnpm install
|
||||
|
||||
CMD [ "node" , "index.js"]
|
||||
```
|
||||
|
||||
@@ -11,6 +11,6 @@ WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN yarn
|
||||
RUN pnpm install
|
||||
|
||||
CMD [ "node" , "index.js"]
|
||||
@@ -5,6 +5,6 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
RUN yarn
|
||||
RUN pnpm install
|
||||
|
||||
CMD [ "node" , "index.js"]
|
||||
Reference in New Issue
Block a user