fix docker entrypoint

This commit is contained in:
Felix Lohmeier 2017-11-20 05:28:30 +01:00
parent ed9e1e2afb
commit 1605ac2cab
1 changed files with 1 additions and 1 deletions

View File

@ -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"]