mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2026-01-07 08:34:37 +01:00
6 lines
109 B
Docker
6 lines
109 B
Docker
FROM alpine:3
|
|
|
|
EXPOSE 8080
|
|
COPY ./bin/azure-openai-proxy /usr/bin
|
|
|
|
ENTRYPOINT ["/usr/bin/azure-openai-proxy"] |