initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM scratch
|
||||
LABEL maintainer="himself@stevenpolley.net"
|
||||
|
||||
COPY lineageos-ota-server .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "./linageos-ota-server" ]
|
Reference in New Issue
Block a user