[bugfix/ci] fix Dockerfile build

This commit is contained in:
CDN 2025-02-22 02:14:54 +08:00
parent 1c9628124f
commit 958e3c2886
Signed by: CDN
GPG key ID: 0C656827F9F80080

View file

@ -14,9 +14,7 @@ RUN adduser -u 1000 -D tss-rocks
USER tss-rocks
WORKDIR /app
# 复制二进制文件和配置
COPY --from=builder /app/tss-rocks-be .
COPY --from=builder /app/config/config.yaml ./config/
EXPOSE 8080
ENV GIN_MODE=release