From 8ba060b9f05918b72fb03958be0b44bdeede93bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Tue, 11 Feb 2020 18:40:03 +0100 Subject: [PATCH] dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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