Skip to content

Commit 7cc5c97

Browse files
committed
👷 Fix build error
1 parent 888ad1c commit 7cc5c97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN cargo build --release
1212

1313
# Use slim image to place build result
1414
FROM debian:stable-slim
15-
COPY .env .env
1615
COPY --from=builder ./app/target/release/chatgpt-proxy-server .
1716
EXPOSE 3000
1817
CMD ["./chatgpt-proxy-server"]

0 commit comments

Comments
 (0)