Commit ec556995 authored by iamabhishek-dubey's avatar iamabhishek-dubey

Fixed minor bug

parent 7514c2fd
...@@ -4,7 +4,7 @@ MAINTAINER Opstree Solutions ...@@ -4,7 +4,7 @@ MAINTAINER Opstree Solutions
LABEL VERSION=1.0 \ LABEL VERSION=1.0 \
ARCH=AMD64 \ 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/" ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
...@@ -34,8 +34,8 @@ VOLUME ["/data"] ...@@ -34,8 +34,8 @@ VOLUME ["/data"]
WORKDIR /data WORKDIR /data
USER redis
EXPOSE 6379 EXPOSE 6379
ENTRYPOINT ["/usr/bin/entrypoint.sh"] ENTRYPOINT ["/usr/bin/entrypoint.sh"]
USER redis
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment