Skip to content

Commit 0511f05

Browse files
committed
fix(gateway): 修复apisix数据同步问题
- 移除create_time字段避免时间戳冲突 - 添加yaml内容类型头部确保正确解析 - 更新docker镜像版本到v2.7.8
1 parent 2452ac8 commit 0511f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/docker/BackupDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && \
1717

1818
RUN git config --global http.sslVerify false
1919

20-
ADD . /opt/discovery-syncer/
20+
ADD ./tools/backup.py /opt/discovery-syncer/backup.py
2121

2222
ENTRYPOINT ["python3", "/opt/discovery-syncer/backup.py", ">/dev/stdout"]

0 commit comments

Comments
 (0)