1
0
forked from noxious/server
asd
This commit is contained in:
Dennis Postma 2025-02-07 02:08:20 +01:00
parent 733a1c4956
commit 209f474575

View File

@ -11,10 +11,10 @@ FROM node:23.7.0-alpine
# Install dependencies with versions # Install dependencies with versions
RUN apk add --no-cache \ RUN apk add --no-cache \
redis=7.4.2-r0 \ redis \
mysql=10.11.6-r0 \ mysql \
mysql-client=10.11.6-r0 \ mysql-client \
tmux=3.5a-r0 tmux
# Create non-root user # Create non-root user
RUN addgroup -S appgroup && adduser -S appuser -G appgroup RUN addgroup -S appgroup && adduser -S appuser -G appgroup