fix expose from parent

This commit is contained in:
t3chn0m4g3
2022-02-25 13:47:00 +00:00
parent 5237215bf0
commit 8f8bdcbefa
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
FROM redis:alpine
FROM alpine:3.15
#
# Include dist
ADD dist/ /root/dist/
#
# Setup apk and redis
RUN apk -U --no-cache add shadow && \
RUN apk -U --no-cache add redis shadow && \
cp /root/dist/redis.conf /etc && \
#
# Setup user and group