We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1068227 commit 064e7ddCopy full SHA for 064e7dd
.dockerignore
@@ -19,5 +19,4 @@ Cargo.lock
19
*.pdb
20
21
# End of https://www.toptal.com/developers/gitignore/api/rust
22
-n
23
-.env
+n
Dockerfile
@@ -12,6 +12,7 @@ RUN cargo build --release
12
13
# Use slim image to place build result
14
FROM debian:stable-slim
15
+COPY .env .env
16
COPY --from=builder ./app/target/release/chatgpt-proxy-server .
17
EXPOSE 3000
18
CMD ["./chatgpt-proxy-server"]
0 commit comments