Update Dockerfile
This commit is contained in:
parent
514c72a363
commit
1199d7f2c7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user