rename entrypoint

pull/6/head
Marcus Poehls 2019-12-17 14:58:25 +01:00
parent dfec8ec99f
commit 9e35c9c276
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
sh -c "docker run -d -p 6379:6379 redis:$INPUT_REDIS_VERSION"

3
start-redis.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sh -c "docker run -p 6379:6379 -d redis:$INPUT_REDIS_VERSION"