balena-supervisor/Dockerfile
2015-10-13 13:03:16 -03:00

8 lines
195 B
Docker

FROM resin/rpi-buildstep:v0.0.7
ADD . /app
ADD deploy_key /root/.ssh/id_rsa
RUN chmod 400 /root/.ssh/id_rsa
ADD known_hosts /root/.ssh/known_hosts
RUN /build/builder
ENTRYPOINT ["/app/entry.sh"]