Browse Source

注销

master
huangjiajun 1 week ago
parent
commit
badfd95b20
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile View File

@@ -23,6 +23,10 @@ ENV TZ="Asia/Shanghai"
RUN rm -f /etc/localtime \
&& ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone

# 更新 CA 证书库
RUN apt-get update && apt-get install -y ca-certificates

# 在build阶段复制可执行的go二进制文件app
COPY --from=build /go/release/egg ./egg



Loading…
Cancel
Save