Reaperxxxx commited on
Commit
2a070dc
·
verified ·
1 Parent(s): ada9d7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,5 +3,6 @@ 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"]
 
3
  RUN git clone https://github.com/reaperofssa/pesdb /app
4
  WORKDIR /app
5
  RUN npm install --no-save express axios cheerio uuid
6
+ RUN chmod -R 777 /app
7
  EXPOSE 7860
8
  CMD ["node", "app.js"]