Updated README and examples

This commit is contained in:
2022-08-25 11:53:53 +07:00
parent a3023036f8
commit 302f400c39
3 changed files with 7 additions and 7 deletions

View File

@@ -11,6 +11,6 @@ WORKDIR /app
COPY . /app
RUN yarn
RUN pnpm install
CMD [ "node" , "index.js"]

View File

@@ -5,6 +5,6 @@ WORKDIR /usr/src/app
COPY . /usr/src/app
RUN yarn
RUN pnpm install
CMD [ "node" , "index.js"]