asd
asd
This commit is contained in:
parent
733a1c4956
commit
209f474575
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user