One thing I did just notice is you’re using COPY --from=builder /user/bin/caddy /usr/bin/caddy
. Do you mean to have the first directory start with user
, or should it be usr
?
1 Like
One thing I did just notice is you’re using COPY --from=builder /user/bin/caddy /usr/bin/caddy
. Do you mean to have the first directory start with user
, or should it be usr
?