balena-supervisor/Dockerfile

11 lines
152 B
Docker
Raw Normal View History

2014-01-01 19:39:22 +00:00
FROM resin/rpi-buildstep
RUN apt-get update
RUN apt-get install -y -q nodejs npm openvpn
ADD . /supervisor
WORKDIR /supervisor
CMD ["npm", "start"]