Skip to content

Commit

Permalink
Must download before changing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed Mar 29, 2015
1 parent a15807b commit 01a2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,12 +3,12 @@ MAINTAINER anders@janmyr.com

# 2015-02-11 16:15

ADD https://github.com/kelseyhightower/confd/releases/download/v0.8.0/confd-0.8.0-linux-amd64 /usr/local/bin/confd
RUN rm -f /etc/nginx/sites-enabled/default \
chmod +x /usr/local/bin/confd && \
mkdir -p /etc/confd/conf.d && \
mkdir -p /etc/confd/templates

ADD https://github.com/kelseyhightower/confd/releases/download/v0.8.0/confd-0.8.0-linux-amd64 /usr/local/bin/confd
COPY ./confd-watch.sh /usr/local/bin/confd-watch.sh
RUN chmod +x /usr/local/bin/confd-watch.sh

Expand Down

0 comments on commit 01a2196

Please sign in to comment.