redis: fix entrypoint

This commit is contained in:
Starbeamrainbowlabs 2020-12-04 15:53:21 +00:00
parent 1ba5566802
commit 86520eba2d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ COPY --from=builder /srv/redis-stable/src/redis-server /srv/redis-stable/src/red
USER 2100:2100
ENTRYPOINT [ "/usr/local/redis-server" ]
ENTRYPOINT [ "/usr/local/bin/redis-server" ]