mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-23 09:14:26 +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"] |