added chmod +x in Dockerfile

This commit is contained in:
Felix Lohmeier 2017-10-27 23:57:59 +02:00
parent 56e5ee96f5
commit 4e03a1452f
1 changed files with 1 additions and 0 deletions

View File

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