初始化v1.2

This commit is contained in:
gaoyutao
2025-11-24 16:19:09 +08:00
parent c0f51ef007
commit de49404116
918 changed files with 4236 additions and 4239 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
# 基础镜像
FROM redis
# author
MAINTAINER ruoyi
MAINTAINER tongran
# 挂载目录
VOLUME /home/ruoyi/redis
VOLUME /home/tongran/redis
# 创建目录
RUN mkdir -p /home/ruoyi/redis
RUN mkdir -p /home/tongran/redis
# 指定路径
WORKDIR /home/ruoyi/redis
WORKDIR /home/tongran/redis
# 复制conf文件到路径
COPY ./conf/redis.conf /home/ruoyi/redis/redis.conf
COPY ./conf/redis.conf /home/tongran/redis/redis.conf