From 1199d7f2c7bb2fec12c738141223ca48971ecf30 Mon Sep 17 00:00:00 2001 From: Sthope Date: Tue, 23 Apr 2024 19:28:36 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5afcfe8..bb71ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN echo ${IVENTOY} && \ FROM ubuntu:22.04 ENV AUTO_START_PXE=true WORKDIR /app + # Copy iventoy COPY --from=init /iventoy/iventoy /app RUN chmod +x /app/iventoy.sh