🐳 修改 docker 构建逻辑.

This commit is contained in:
lijiahangmax
2025-07-05 17:44:33 +08:00
parent 47a14dec6a
commit 65771f0b41
10 changed files with 371 additions and 97 deletions

View File

@@ -16,7 +16,7 @@ RUN \
rm -f /usr/local/redis.conf
# 复制配置文件
COPY ./docker/redis/redis.conf /usr/local/redis.conf
COPY ./redis/redis.conf /usr/local/redis.conf
# 启动 Redis 并加载自定义配置
CMD ["redis-server", "/usr/local/redis.conf"]