Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YUN BAI committed Jun 14, 2024
1 parent ca00a72 commit a5c1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM scratch as prod
COPY --from=build /release/dotblue /
# 在build阶段复制配置文件

COPY --from=build /release/manifest/config /data/
COPY manifest/config /data/config/

# 启动服务
CMD ["/dotblue", "--gf.gcfg.file", "/data/config/config.yaml"]

0 comments on commit a5c1b9d

Please sign in to comment.