Updated the entry point

This commit is contained in:
Sambo Chea 2021-03-30 12:13:41 +07:00
parent 338d2033bb
commit b7333cc184
2 changed files with 8 additions and 1 deletions

View File

@ -15,4 +15,8 @@ RUN npm install
RUN npm link
CMD [ "excel2json-xlsx" , "--help"]
RUN ln -s $(which excel2json-xlsx) /usr/bin/x2j
ENTRYPOINT [ "/usr/bin/x2j"]
CMD [ "--help" ]

3
entrypoint.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
excel2json-xlsx