mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-30 00:00:46 +01:00
added chmod +x in Dockerfile
This commit is contained in:
parent
56e5ee96f5
commit
4e03a1452f
@ -20,6 +20,7 @@ RUN unzip master.zip && rm master.zip
|
|||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
# Execute refine.py
|
# Execute refine.py
|
||||||
|
RUN chmod +x /app/openrefine-client-master/refine.py
|
||||||
ENTRYPOINT ["/app/openrefine-client-master/refine.py"]
|
ENTRYPOINT ["/app/openrefine-client-master/refine.py"]
|
||||||
|
|
||||||
# Default command: print help
|
# Default command: print help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user