-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I managed to make it work on a Raspberry pi using this Dockerfile..
FROM mohaseeb/raspberrypi3-python-opencv:3.4.1
ENV OPENCV4NODEJS_DISABLE_AUTOBUILD=1
RUN curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - && sudo apt install -y nodejs
WORKDIR /app
COPY ./package.json /app/package.json
RUN npm install -g nodemon && npm install
COPY ./src /app/src
CMD ["nodemon", "-L", "./src/server.js"]
riazXrazor and stefancrain
Metadata
Metadata
Assignees
Labels
No labels