fix docker entrypoint
This commit is contained in:
parent
ed9e1e2afb
commit
1605ac2cab
|
@ -23,7 +23,7 @@ RUN unzip tmp.zip && rm tmp.zip
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
# Execute refine.py
|
# Execute refine.py
|
||||||
ENTRYPOINT ["/app/openrefine-client-master/python refine.py"]
|
ENTRYPOINT ["/app/openrefine-client-master/refine.py"]
|
||||||
|
|
||||||
# Default command: print help
|
# Default command: print help
|
||||||
CMD ["-h"]
|
CMD ["-h"]
|
||||||
|
|
Loading…
Reference in New Issue