initial commit

This commit is contained in:
2023-06-03 23:07:55 -06:00
parent 4623a6ada1
commit c3fac18a46
4 changed files with 156 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM scratch
LABEL maintainer="himself@stevenpolley.net"
COPY lineageos-ota-server .
EXPOSE 8080
CMD [ "./linageos-ota-server" ]