Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|