Upgrade to docker-gen 0.3.2
* Adds exists template tag * Fixes generating files to volumes * Fixes inconsistency w/ -watch/-endpoint
This commit is contained in:
parent
6f7ac47a42
commit
711a7b3852
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ ADD . /app
|
|||
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego
|
||||
RUN chmod u+x /usr/local/bin/forego
|
||||
|
||||
RUN wget https://github.com/jwilder/docker-gen/releases/download/0.3.0/docker-gen-linux-amd64-0.3.0.tar.gz
|
||||
RUN tar xvzf docker-gen-linux-amd64-0.3.0.tar.gz
|
||||
RUN wget https://github.com/jwilder/docker-gen/releases/download/0.3.2/docker-gen-linux-amd64-0.3.2.tar.gz
|
||||
RUN tar xvzf docker-gen-linux-amd64-0.3.2.tar.gz
|
||||
|
||||
EXPOSE 80
|
||||
ENV DOCKER_HOST unix:///tmp/docker.sock
|
||||
|
|
Reference in a new issue