Updated to use yarn

This commit is contained in:
2023-11-25 17:45:26 +01:00
parent a528001706
commit de3f7153a4

View File

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