lineageos-ota-server/Dockerfile
Steven Polley 261052147f
All checks were successful
continuous-integration/drone/push Build is passing
fix typos
2023-06-03 23:13:51 -06:00

9 lines
133 B
Docker

FROM scratch
LABEL maintainer="himself@stevenpolley.net"
COPY lineageos-ota-server .
EXPOSE 8080
CMD [ "./lineageos-ota-server" ]