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…
Reference in New Issue