This commit is contained in:
t3chn0m4g3
2024-12-05 19:32:20 +01:00
parent c155c96945
commit 2b3a45c800
4 changed files with 12 additions and 13 deletions

View File

@ -1,10 +1,11 @@
FROM alpine:3.19
FROM alpine:3.20
#
# Include dist
COPY dist/ /root/dist/
#
# Install packages
RUN apk --no-cache -U add redis shadow && \
RUN apk --no-cache -U upgrade && \
apk --no-cache -U add redis shadow && \
cp /root/dist/redis.conf /etc && \
#
# Setup user and group