Updated the entry point
This commit is contained in:
parent
338d2033bb
commit
b7333cc184
@ -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
3
entrypoint.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
excel2json-xlsx
|
Loading…
Reference in New Issue
Block a user