diff --git a/Dockerfile b/Dockerfile index 04b6f0e..159250f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN mkdir -p linux/build && debootstrap buster linux/build/cache RUN cd /linux && make # Files to be served -ADD files /tftpboot +ADD src/tftpboot /tftpboot RUN cp /linux/build/rootfs/initrd.img /tftpboot/initrd.img && \ cp /linux/build/rootfs/vmlinuz /tftpboot/vmlinuz && \ mksquashfs /linux/build/rootfs /tftpboot/root.squashfs