Update Dockerfile

This commit is contained in:
Sthope 2024-04-23 19:28:36 +02:00
parent 514c72a363
commit 1199d7f2c7

View File

@ -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