From ec55699505ba4aaa8df4109b37a490286928598e Mon Sep 17 00:00:00 2001 From: iamabhishek-dubey Date: Sat, 21 Mar 2020 22:51:47 +0530 Subject: [PATCH] Fixed minor bug --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fe0799..6f2448d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Opstree Solutions LABEL VERSION=1.0 \ ARCH=AMD64 \ - DESCRIPTION="A production grade performance tuned docker image created by Opstree Solutions" + DESCRIPTION="A production grade performance tuned redis docker image created by Opstree Solutions" ARG REDIS_DOWNLOAD_URL="http://download.redis.io/" @@ -34,8 +34,8 @@ VOLUME ["/data"] WORKDIR /data -USER redis - EXPOSE 6379 ENTRYPOINT ["/usr/bin/entrypoint.sh"] + +USER redis -- 2.26.0