Skip to content

Commit a3477f0

Browse files
committed
Correctly add not just files but any subdirectories
1 parent 6cb1e19 commit a3477f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ COPY --from=qemu-exit /root/qemu-exit/qemu-exit /opt/runcvm/sbin/
229229

230230
RUN apk update && apk add --no-cache rsync
231231

232-
ADD runcvm-scripts/* /opt/runcvm/scripts/
232+
ADD runcvm-scripts /opt/runcvm/scripts/
233233

234234
ADD build-utils/entrypoint-install.sh /
235235
ENTRYPOINT ["/entrypoint-install.sh"]

0 commit comments

Comments
 (0)