mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 03:40:16 +00:00
11 lines
152 B
Docker
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"]
|