1
0
forked from noxious/server

Updated Dockerfile

This commit is contained in:
2025-02-07 23:20:44 +01:00
parent ccdc39e74b
commit a28b1b9bee
3 changed files with 4 additions and 26 deletions

View File

@ -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 \