Feat: data persistence in shared volume
implemented a template to enable data persistence even with a shared volume across containers
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM redis:8.6.1
|
||||
|
||||
RUN apt update && apt install -y --no-install-recommends gettext && apt clean && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt update && apt install -y --no-install-recommends gettext dnsutils && apt clean && rm -rf /var/lib/apt/lists/*
|
||||
ADD ./entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user