Commit 68bdb700 by Seefs

fix: display docker build error

parent aab25415
...@@ -25,7 +25,7 @@ FROM alpine ...@@ -25,7 +25,7 @@ FROM alpine
RUN apk update \ RUN apk update \
&& apk upgrade \ && apk upgrade \
&& apk add --no-cache ca-certificates tzdata ffmpeg \ && apk add --no-cache ca-certificates tzdata ffmpeg \
&& update-ca-certificates 2>/dev/null || true && update-ca-certificates
COPY --from=builder2 /build/one-api / COPY --from=builder2 /build/one-api /
EXPOSE 3000 EXPOSE 3000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment