Skip to content

Commit

Permalink
Merge pull request #5 from xetys/fix-paths
Browse files Browse the repository at this point in the history
use absolute path for docker file to avoid build errors
  • Loading branch information
xetys authored Oct 5, 2016
2 parents c6568ab + fbd6a87 commit 61ea556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apk --update add nodejs git openssh curl bash inotify-tools jq && \
npm install -g [email protected] && \
mkdir -p /etc/git2consul.d

ADD load-config.sh /
ADD jhi-acl.json /
ADD /load-config.sh /
ADD /jhi-acl.json /
VOLUME /config

ENV CONFIG_MODE=filesystem
Expand Down

0 comments on commit 61ea556

Please sign in to comment.