This commit is contained in:
8
docker/Dockerfile
Normal file
8
docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:lts
|
||||
|
||||
RUN echo "Build WebPlay Server"
|
||||
RUN apt update
|
||||
RUN apt install -y --no-install-recommends ffmpeg lame
|
||||
RUN git clone https://code.anufrij.de/WebPlay/server.git && cd server && npm install
|
||||
|
||||
WORKDIR /server
|
||||
Reference in New Issue
Block a user