Update Dockerfile
/ test (push) Failing after 2m20s
Details
/ test (push) Failing after 2m20s
Details
This commit is contained in:
parent
472e523b03
commit
9e9a8788f8
|
@ -8,6 +8,5 @@ RUN cd ipp-usb && make && pwd && ldd ipp-usb
|
||||||
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
RUN mkdir /app
|
COPY --from=builder /root/ipp-usb/ipp-usb /app/ipp-usb
|
||||||
COPY --from=builder /root/ipp-usb/ipp-usb /app/
|
|
||||||
ENTRYPOINT /app/ipp-usb
|
ENTRYPOINT /app/ipp-usb
|
Loading…
Reference in New Issue