Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from tutumcloud/staging
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
fermayo committed Jul 8, 2015
2 parents fede46a + da8fe6a commit 5c17671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ENV CACHE file,/var/lib/varnish/varnish_storage.bin,256m
#ENV CACHE malloc,256m

VOLUME /var/lib/varnish

CMD ["/bin/bash", "-c", "/usr/sbin/varnishd -a :$LISTEN_PORT $CONTENT -s $CACHE -S /etc/varnish/secret -F $VARNISH_OPTS"]
ADD run.sh /run.sh
CMD ["/run.sh"]
4 changes: 2 additions & 2 deletions 4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ENV CACHE file,/var/lib/varnish/varnish_storage.bin,256m
#ENV CACHE malloc,256m

VOLUME /var/lib/varnish

CMD ["/bin/bash", "-c", "/usr/sbin/varnishd -a :$LISTEN_PORT $CONTENT -s $CACHE -S /etc/varnish/secret -F $VARNISH_OPTS"]
ADD run.sh /run.sh
CMD ["/run.sh"]

0 comments on commit 5c17671

Please sign in to comment.