Reaperxxxx commited on
Commit
ada9d7f
·
verified ·
1 Parent(s): 5e922a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:21
2
- RUN apt update && apt install -y git && apt clean
3
  RUN git clone https://github.com/reaperofssa/pesdb /app
4
  WORKDIR /app
5
- RUN npm install --no-save express axios cheerio
6
  EXPOSE 7860
7
  CMD ["node", "app.js"]
 
1
  FROM node:21
2
+ RUN apt update && apt install -y git ffmpeg && apt clean
3
  RUN git clone https://github.com/reaperofssa/pesdb /app
4
  WORKDIR /app
5
+ RUN npm install --no-save express axios cheerio uuid
6
  EXPOSE 7860
7
  CMD ["node", "app.js"]