Add Dockerfile for wemo binary (need to build wemo statically
This commit is contained in:
parent
607d82ad95
commit
cc1c541d41
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM scratch
|
||||
|
||||
COPY wemo /
|
||||
COPY --chown=65534:65534 movieMode.json /tmp/
|
||||
WORKDIR /tmp
|
||||
USER 65534
|
||||
|
||||
EXPOSE 8081
|
||||
ENTRYPOINT ["/wemo"]
|
Loading…
Reference in New Issue
Block a user