1
0
Fork 0

Move to containous/oxy, remove websocket specific support

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-03-15 23:27:07 +01:00
parent 08d8c334a3
commit 0cbe34eef3
No known key found for this signature in database
GPG key ID: D808B4C167352E59
8 changed files with 266 additions and 241 deletions

View file

@ -24,6 +24,7 @@ RUN ln -s /usr/local/bin/docker-${DOCKER_VERSION} /usr/local/bin/docker
WORKDIR /go/src/github.com/containous/traefik
COPY glide.yaml glide.yaml
RUN glide up --quick
COPY glide.lock glide.lock
RUN glide install
COPY . /go/src/github.com/containous/traefik