mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-20 16:15:52 +08:00
7 lines
159 B
Docker
7 lines
159 B
Docker
ARG REDIS_VERSION=7.2.5
|
|
FROM bitnami/redis:${REDIS_VERSION}
|
|
|
|
COPY start-redis-server.sh /usr/bin/start-redis-server.sh
|
|
|
|
CMD ["/usr/bin/start-redis-server.sh"]
|