lineageos-ota-server/Dockerfile

9 lines
133 B
Docker
Raw Normal View History

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