Updated the entrypoint for docker runtime

This commit is contained in:
Sambo Chea 2021-03-30 12:04:18 +07:00
parent 3a0191a5d6
commit ad92cd2899

View File

@ -11,6 +11,8 @@ WORKDIR /app
COPY . /app
RUN yarn
RUN npm install
CMD [ "node" , "index.js"]
RUN npm link
CMD [ "excel2json-xlsx" , "--help"]