continue work on builder

This commit is contained in:
t3chn0m4g3
2024-09-05 19:49:52 +00:00
parent e346316945
commit 5287224015
12 changed files with 351 additions and 32 deletions

View File

@ -21,4 +21,4 @@ RUN apk -U --no-cache add redis shadow && \
# Start redis
STOPSIGNAL SIGKILL
USER redis:redis
CMD redis-server /etc/redis.conf
CMD ["redis-server", "/etc/redis.conf"]