deepseek_test_dev / Dockerfile
baiwan02's picture
Update Dockerfile
a4b86b1 verified
Raw
History Blame Contribute Delete
142 Bytes
FROM ghcr.io/sophomoresty/gemini-web2api:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]