FROM scratch

COPY wemo /
COPY --chown=65534:65534 movieMode.json /tmp/
WORKDIR /tmp
USER 65534

EXPOSE 8081
ENTRYPOINT ["/wemo"]