Files
2024-07-23 11:48:53 +02:00

7 lines
78 B
Docker

FROM redis:latest
ARG UID=1000
ARG GID=1000
RUN usermod -u $UID -o www-data