6 lines
90 B
Docker
6 lines
90 B
Docker
FROM scratch AS build
|
|
|
|
COPY getpsrc-* /usr/bin/getpsrc
|
|
|
|
ENTRYPOINT [ "/usr/bin/getpsrc" ]
|