Steven Polley
261052147f
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
133 B
Docker
9 lines
133 B
Docker
FROM scratch
|
|
LABEL maintainer="himself@stevenpolley.net"
|
|
|
|
COPY lineageos-ota-server .
|
|
|
|
EXPOSE 8080
|
|
|
|
CMD [ "./lineageos-ota-server" ]
|