9 lines
133 B
Docker
Raw Permalink Normal View History

2023-06-03 23:07:55 -06:00
FROM scratch
LABEL maintainer="himself@stevenpolley.net"
COPY lineageos-ota-server .
EXPOSE 8080
2023-06-03 23:13:51 -06:00
CMD [ "./lineageos-ota-server" ]