Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonntd authored Jun 12, 2024
1 parent 57b54d1 commit 53a5a03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:latest
# copy over the binary from the first stage
COPY chatgpt-adapter /chatgpt-adapter/
COPY config.yaml /chatgpt-adapter/
#ADD config.yaml /chatgpt-adapter
WORKDIR "/chatgpt-adapter"
ENTRYPOINT [ "/chatgpt-adapter/chatgpt-adapter" ]
COPY chatgpt-adapter /app/chatgpt-adapter
COPY config.yaml /app/config.yaml
WORKDIR "/app"
ENTRYPOINT [ "/app/chatgpt-adapter" ]

0 comments on commit 53a5a03

Please sign in to comment.