Updated Dockerfile

This commit is contained in:
Dennis Postma 2025-02-07 23:16:04 +01:00
parent df860cb7d7
commit ccdc39e74b

View File

@ -1,5 +1,7 @@
FROM node:23.7.0-alpine
RUN npm install -g npm@11.1.0
# Install dependencies with versions
RUN apk add --no-cache \
redis \