mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-04-06 00:01:03 +02:00
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…
x
Reference in New Issue
Block a user