4 lines
70 B
Docker
4 lines
70 B
Docker
|
FROM scratch
|
||
|
COPY /thinstation /
|
||
|
ENTRYPOINT ["/bin/sh", "/ts/TS_ENV"]
|