Cached the forego dependency
This commit is contained in:
parent
34afde73e0
commit
098f36da4b
1 changed files with 4 additions and 4 deletions
|
@ -13,17 +13,17 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
||||||
#fix for long server names
|
#fix for long server names
|
||||||
RUN sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/nginx.conf
|
RUN sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
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 mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ADD . /app
|
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.2/docker-gen-linux-amd64-0.3.2.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
|
RUN tar xvzf docker-gen-linux-amd64-0.3.2.tar.gz
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENV DOCKER_HOST unix:///tmp/docker.sock
|
ENV DOCKER_HOST unix:///tmp/docker.sock
|
||||||
|
|
||||||
CMD ["forego", "start", "-r"]
|
CMD ["forego", "start", "-r"]
|
Loading…
Reference in a new issue