Updated the entrypoint for docker runtime
This commit is contained in:
parent
3a0191a5d6
commit
ad92cd2899
@ -11,6 +11,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN yarn
|
RUN npm install
|
||||||
|
|
||||||
CMD [ "node" , "index.js"]
|
RUN npm link
|
||||||
|
|
||||||
|
CMD [ "excel2json-xlsx" , "--help"]
|
Loading…
Reference in New Issue
Block a user