fix npm7 broken dependencies

This commit is contained in:
LouisLam
2021-08-31 20:36:17 +08:00
parent 0127d5102e
commit fa549cb80e
4 changed files with 1483 additions and 1633 deletions

View File

@@ -8,7 +8,7 @@ RUN pip3 --no-cache-dir install apprise && \
rm -rf /root/.cache
COPY . .
RUN npm install && npm run build && npm prune
RUN npm install --legacy-peer-deps && npm run build && npm prune
EXPOSE 3001
VOLUME ["/app/data"]