Add Dockerfile for wemo binary (need to build wemo statically
This commit is contained in:
parent
607d82ad95
commit
cc1c541d41
1 changed files with 9 additions and 0 deletions
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…
Add table
Reference in a new issue