diff --git a/Dockerfile b/Dockerfile index 393342e..0758ae2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ WORKDIR /app COPY . /app -RUN yarn +RUN npm install -CMD [ "node" , "index.js"] \ No newline at end of file +RUN npm link + +CMD [ "excel2json-xlsx" , "--help"] \ No newline at end of file