convox / convox

COPY to a relative destination without WORKDIR set DOK-W1006
Bug risk
Major
12 days agoa year old
COPY to a relative destination without WORKDIR set.
 7
 8RUN find /usr/scripts/ -type f -iname "*.sh" -exec chmod +x {} \;
 9
10COPY entry.sh entry.sh11
12RUN chmod +x ./entry.sh
13