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
RUN apk add --no-cache \
redis=7.4.2-r0 \
mysql=10.11.6-r0 \
mysql-client=10.11.6-r0 \
tmux=3.5a-r0
redis \
mysql \
mysql-client \
tmux
# Create non-root user
RUN addgroup -S appgroup && adduser -S appuser -G appgroup