Updated to use yarn
This commit is contained in:
@@ -4,6 +4,6 @@ COPY . /app
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm install
|
RUN yarn install
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "src/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user