Closed mtelvers closed 1 year ago
If WORKDIR creates /src then ownership is root rather than opam. With this new statement order, COPY will create /src and set the ownership.
WORKDIR
/src
root
opam
COPY
If
WORKDIR
creates/src
then ownership isroot
rather thanopam
. With this new statement order,COPY
will create/src
and set the ownership.