Skip to content

Commit

Permalink
Add correct path to service-account. Forgot this got reverted :(
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jun 23, 2018
1 parent ac597fd commit bcaa31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /app
ENV SRC_DIR=/go/src/github.com/ubclaunchpad/bumper/server
RUN apk add --update --no-cache git
ADD server $SRC_DIR
ADD server/service-account.json .
WORKDIR $SRC_DIR
RUN go get -u github.com/golang/dep/cmd/dep
RUN dep ensure --vendor-only
Expand Down

0 comments on commit bcaa31e

Please sign in to comment.