build: Upgrade pip at build time, bump node-redis and apprise

This commit is contained in:
Maksim Eltyshev
2026-01-29 13:21:53 +01:00
parent b37ca68d61
commit a5dc0a64ac
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@ COPY --from=client --chown=node:node /app/dist public
COPY --from=client --chown=node:node /app/dist/index.html views
RUN python3 -m venv .venv \
&& .venv/bin/pip3 install --upgrade pip \
&& .venv/bin/pip3 install -r requirements.txt --no-cache-dir \
&& mv .env.sample .env \
&& npm config set update-notifier false