full path for entrypoint
This commit is contained in:
parent
167da1a6ee
commit
b9f35dbbe2
@ -10,7 +10,7 @@ RUN apk --no-cache add --virtual build-dependencies \
|
||||
pip install --no-cache-dir ansible-review && \
|
||||
apk del build-dependencies
|
||||
|
||||
ENTRYPOINT [ 'ansible-review' ]
|
||||
ENTRYPOINT [ '/usr/local/bin/ansible-review' ]
|
||||
|
||||
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
||||
"org.label-schema.name"="ansible-review" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user