9 lines
66 B
Docker
9 lines
66 B
Docker
FROM scratch
|
|
|
|
ENV UDI_CONF ""
|
|
|
|
COPY udi ./
|
|
|
|
ENTRYPOINT ["./udi"]
|
|
|