forked from noxious/server
Updated Dockerfile
This commit is contained in:
@ -3,7 +3,8 @@ FROM node:23.7.0-alpine
|
||||
RUN npm install -g npm@11.1.0
|
||||
|
||||
# Install dependencies with versions
|
||||
RUN apk add --no-cache \
|
||||
RUN sysctl -w vm.overcommit_memory=1 && \
|
||||
apk add --no-cache \
|
||||
redis \
|
||||
mariadb \
|
||||
mariadb-client \
|
||||
|
Reference in New Issue
Block a user