Updated README and examples
This commit is contained in:
@@ -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