diff --git a/Dockerfile b/Dockerfile index 30490a8..ee53de1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ WORKDIR /app COPY package.json yarn.lock ./ RUN yarn install --production COPY . . -CMD ["node", "app/index.js"] \ No newline at end of file +CMD ["node", "index.js"] \ No newline at end of file