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
|
||||
|
||||
# Execute refine.py
|
||||
RUN chmod +x /app/openrefine-client-master/refine.py
|
||||
ENTRYPOINT ["/app/openrefine-client-master/refine.py"]
|
||||
|
||||
# Default command: print help
|
||||
|
|
Loading…
Reference in New Issue