mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
feat: add build sh and dockerfile
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM alpine:3
|
||||||
|
|
||||||
|
COPY ./bin/azure-openai-proxy /usr/bin
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/bin/azure-openai-proxy"]
|
||||||
Reference in New Issue
Block a user