mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
added ffmpeg into docker
This commit is contained in:
@@ -5,8 +5,15 @@ WORKDIR /app
|
|||||||
# We copy our package.json file to our
|
# We copy our package.json file to our
|
||||||
# app directory
|
# app directory
|
||||||
COPY package.json /app
|
COPY package.json /app
|
||||||
|
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get clean \
|
||||||
|
&& apt-get install -y ffmpeg
|
||||||
|
|
||||||
# We then run npm install to install
|
# We then run npm install to install
|
||||||
# express for our applicationRUN
|
# express for our applicationRUN
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
# We then copy the rest of our application
|
# We then copy the rest of our application
|
||||||
# to the app direcoty
|
# to the app direcoty
|
||||||
|
|||||||
Reference in New Issue
Block a user