This is a dockerfile to setup Redish for caching for development purposes. You can opt out of using the Redis cache by changing CACHE_USE_REDIS flag on server/environments/dev.env file.
- docker
- Build the docker image with
./build.sh. - Start the docker image with
./start.sh.