Update Dockerfile
Browse files- 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"]
|