FROM golang:1.21.1 WORKDIR /app COPY . . RUN chmod +x /app/gemini CMD /app/gemini -port 7860