mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2026-01-04 15:14:42 +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"] |