[bugfix/ci] fix Dockerfile build
This commit is contained in:
parent
1c9628124f
commit
958e3c2886
1 changed files with 0 additions and 2 deletions
|
@ -14,9 +14,7 @@ RUN adduser -u 1000 -D tss-rocks
|
||||||
USER tss-rocks
|
USER tss-rocks
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 复制二进制文件和配置
|
|
||||||
COPY --from=builder /app/tss-rocks-be .
|
COPY --from=builder /app/tss-rocks-be .
|
||||||
COPY --from=builder /app/config/config.yaml ./config/
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENV GIN_MODE=release
|
ENV GIN_MODE=release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue