mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM alpine:3
|
|
|
|
COPY ./bin/azure-openai-proxy /usr/bin
|
|
|
|
ENTRYPOINT ["/usr/bin/azure-openai-proxy"] |