Update Dockerfile
This commit is contained in:
@ -16,6 +16,7 @@ RUN echo ${IVENTOY} && \
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
ENV AUTO_START_PXE=true
|
ENV AUTO_START_PXE=true
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy iventoy
|
# Copy iventoy
|
||||||
COPY --from=init /iventoy/iventoy /app
|
COPY --from=init /iventoy/iventoy /app
|
||||||
RUN chmod +x /app/iventoy.sh
|
RUN chmod +x /app/iventoy.sh
|
||||||
|
Reference in New Issue
Block a user