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

Commit

Permalink
e2e: fix turn-client dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 25, 2019
1 parent 5a43385 commit 51fd092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/gortc-turn/turn-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG CI_GO_VERSION
FROM golang:${CI_GO_VERSION}

ADD . /go/src/github.com/gortc/gortcd/e2e/gortc-turn/turn-client
WORKDIR /go/src/github.com/gortc/gortcd/e2e/gortc-turn/turn-client
ADD . /src/turn-client
WORKDIR /src/turn-client
RUN go install .

CMD ["turn-client"]

0 comments on commit 51fd092

Please sign in to comment.