Containerfile: fix typo w/ rootfs/*

This commit is contained in:
Ryan Heywood 2025-08-31 22:09:21 -04:00
parent 625377fa90
commit 09666a69eb
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN mkdir /build_cpio/rootfs
# we need to ensure we copy our own init system _after_ it.
COPY --from=core-busybox . rootfs
COPY --from=user-nit . rootfs
COPY rootfs/* rootfs
COPY rootfs rootfs
# NOTE: Caddy-specific
COPY --from=user-caddy . rootfs
ENV KBUILD_BUILD_TIMESTAMP=1