gemini2openai / Dockerfile
getapi's picture
Update Dockerfile
374bce0 verified
raw
history blame contribute delete
No virus
95 Bytes
FROM golang:1.21.1
WORKDIR /app
COPY . .
RUN chmod +x /app/gemini
CMD /app/gemini -port 7860