Remove OPENAI_API_KEY from build stage

This commit is contained in:
Alex Page 2024-01-25 19:12:52 -05:00
parent e9b38c069a
commit eb48999aa2

View file

@ -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 . .