6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
FROM alpine
|
|
|
|
COPY ./bin/gpushare-sche-extender /usr/bin/gpushare-sche-extender
|
|
|
|
CMD ["gpushare-sche-extender"]
|