Skip to content

Commit

Permalink
set ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
misterbisson committed Jul 21, 2016
1 parent 8cee318 commit 16ef86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ RUN export CONSUL_VERSION=0.6.4 \

# Create empty directories for Consul config and data
RUN mkdir -p /etc/consul \
&& mkdir -p /var/lib/consul
&& chown -R memcache /etc/consul \
&& mkdir -p /var/lib/consul \
&& chown -R memcache /var/lib/consul

# Reset entrypoint from base image
ENTRYPOINT []
Expand Down

0 comments on commit 16ef86b

Please sign in to comment.