diff --git a/Dockerfile b/Dockerfile index c078d68..9e402d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ COPY . /app WORKDIR /app -RUN npm install +RUN yarn install -CMD ["node", "index.js"] +CMD ["node", "src/index.js"]