You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
use dockers for tests, use npm workspaces, add rejson & redisearch modules, fix some bugs
This commit is contained in:
9
packages/test-utils/docker/Dockerfile
Normal file
9
packages/test-utils/docker/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE}
|
||||
|
||||
ARG REDIS_ARGUMENTS
|
||||
ENV REDIS_ARGUMENTS=${REDIS_ARGUMENTS}
|
||||
|
||||
COPY ./entrypoint.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
7
packages/test-utils/docker/entrypoint.sh
Executable file
7
packages/test-utils/docker/entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo testststealkshdfklhasdf
|
||||
|
||||
echo $REDIS_ARGUMENTS
|
||||
|
||||
redis-server $REDIS_ARGUMENTS
|
Reference in New Issue
Block a user