chore: update Dockerfile
This commit is contained in:
parent
4e8dc8d0cf
commit
8be7c9ae80
@ -24,7 +24,7 @@ RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache ca-certificates tzdata \
|
||||
&& update-ca-certificates 2>/dev/null || true
|
||||
ENV PORT=3000
|
||||
|
||||
COPY --from=builder2 /build/one-api /
|
||||
EXPOSE 3000
|
||||
WORKDIR /data
|
||||
|
Loading…
Reference in New Issue
Block a user