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