Dockerfile build debug
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m14s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m14s
This commit is contained in:
@@ -6,7 +6,9 @@ WORKDIR /usr/src/MOP3
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN ./aux/devel.sh
|
ARG bt
|
||||||
|
|
||||||
|
RUN ./aux/devel.sh $bt
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /usr/src/MOP3/mop3.iso /mop3.iso
|
COPY --from=builder /usr/src/MOP3/mop3.iso /mop3.iso
|
||||||
|
|||||||
Reference in New Issue
Block a user