balena-supervisor/Dockerfile
2015-10-13 12:58:56 -03:00

11 lines
152 B
Docker

FROM resin/rpi-buildstep
RUN apt-get update
RUN apt-get install -y -q nodejs npm openvpn
ADD . /supervisor
WORKDIR /supervisor
CMD ["npm", "start"]