File size: 142 Bytes
a4b86b1
e9e55e7
75d3ebf
 
e9e55e7
75d3ebf
1
2
3
4
5
6
7
FROM ghcr.io/sophomoresty/gemini-web2api:latest

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]