forked from noxious/server
Updated Dockerfile
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
FROM node:23.7.0-alpine
|
FROM node:23.7.0-alpine
|
||||||
|
|
||||||
|
RUN npm install -g npm@11.1.0
|
||||||
|
|
||||||
# Install dependencies with versions
|
# Install dependencies with versions
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
redis \
|
redis \
|
||||||
|
Reference in New Issue
Block a user