semuthitamku commited on
Commit
7a612ea
·
verified ·
1 Parent(s): 3f4ab2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /bella
4
  RUN git clone https://github.com/rippanteq7/bella .
5
  RUN chmod -R 777 /bella/*
6
  COPY . $WORKDIR
7
- RUN rm -rf node_modules package-lock.json && npm i
8
  RUN npm run download
9
  RUN node -e "(async () => { try { await import('./core.js') } catch (e) { console.log(e) } })()"
10
  ENV PORT=7860
 
4
  RUN git clone https://github.com/rippanteq7/bella .
5
  RUN chmod -R 777 /bella/*
6
  COPY . $WORKDIR
7
+ RUN rm -rf node_modules package-lock.json && npm i --legacy-peer-deps
8
  RUN npm run download
9
  RUN node -e "(async () => { try { await import('./core.js') } catch (e) { console.log(e) } })()"
10
  ENV PORT=7860