thinstation-docker/Dockerfile

4 lines
70 B
Docker
Raw Normal View History

2024-03-24 12:45:07 +00:00
FROM scratch
COPY /thinstation /
ENTRYPOINT ["/bin/sh", "/ts/TS_ENV"]