This commit is contained in:
t3chn0m4g3
2020-02-27 10:35:50 +00:00
parent 21c68f75e2
commit 53e9470d58
10 changed files with 20 additions and 348 deletions

View File

@ -13,7 +13,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
rm -rf /tmp/* /var/tmp/* && \
rm -rf /var/cache/apk/*
#
# Start conpot
# Start redis
STOPSIGNAL SIGKILL
USER nobody:nobody
CMD redis-server /etc/redis.conf