mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-30 00:00:46 +01: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
|
||||
|
||||
# Execute refine.py
|
||||
ENTRYPOINT ["/app/openrefine-client-master/python refine.py"]
|
||||
ENTRYPOINT ["/app/openrefine-client-master/refine.py"]
|
||||
|
||||
# Default command: print help
|
||||
CMD ["-h"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user