Updated the script and volumn for container
This commit is contained in:
parent
83431e02a9
commit
418adc0abd
@ -1,6 +1,8 @@
|
|||||||
FROM cubetiq/calpine-node:latest
|
FROM cubetiq/calpine-node:latest
|
||||||
LABEL maintainer="sombochea@cubetiqs.com"
|
LABEL maintainer="sombochea@cubetiqs.com"
|
||||||
|
|
||||||
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
ENV INPUT_FILE './data/people.xlsx'
|
ENV INPUT_FILE './data/people.xlsx'
|
||||||
ENV OUTPUT_PATH './data/outputs'
|
ENV OUTPUT_PATH './data/outputs'
|
||||||
ENV MAPPER_FILE './data/mapper.json'
|
ENV MAPPER_FILE './data/mapper.json'
|
||||||
|
3
examples/excel2json/build.sh
Normal file
3
examples/excel2json/build.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
make build run
|
Loading…
Reference in New Issue
Block a user