Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
janebrown
/
Redis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Redis
/
Dockerfile
janebrown
Update Dockerfile
0940b43
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
FROM
redis
COPY
redis.conf
/usr/
local
/etc/
redis/redis.conf
CMD [
"redis-server"
,
"/usr/local/etc/redis/redis.conf"
]