Remove OPENAI_API_KEY from build stage
This commit is contained in:
parent
e9b38c069a
commit
eb48999aa2
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
FROM rust:1.75-alpine3.19 as builder
|
||||
ARG OPENAI_API_KEY
|
||||
RUN apk add --no-cache musl-dev opus-dev
|
||||
WORKDIR /usr/src/myapp
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue