374bce0 cd26c43 374bce0 cd26c43
1
2
3
4
5
6
7
8
FROM golang:1.21.1 WORKDIR /app COPY . . RUN chmod +x /app/gemini CMD /app/gemini -port 7860