Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
YUN BAI committed Jun 14, 2024
1 parent 6c948ef commit 1207533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ FROM scratch as prod
# 在build阶段复制可执行的go二进制文件app
COPY --from=build /release/dotblue /
# 在build阶段复制配置文件

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

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

0 comments on commit 1207533

Please sign in to comment.