Raspberry pi/ARM docker implementation
This commit is contained in:
parent
382a3796e1
commit
c22a6e08ea
9
Dockerfile-rpi
Normal file
9
Dockerfile-rpi
Normal file
@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --update nodejs npm
|
||||
RUN apk add ffmpeg
|
||||
WORKDIR /usr/app
|
||||
COPY ./ /usr/app
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
EXPOSE 8000
|
||||
CMD [ "npm","run","start" ]
|
||||
Loading…
x
Reference in New Issue
Block a user