Skip to content

Commit

Permalink
Ignore service account in all directories. Inertia places config at r…
Browse files Browse the repository at this point in the history
…oot of repo atm. Dockerfile workaround to properly copy it into container.
  • Loading branch information
brian-nguyen committed Jun 23, 2018
1 parent 9378b1e commit ddd9998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
/server/server
/server/server.exe
/server/gin-bin
/server/service-account.json
**service-account.json

.inertia.toml
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 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 ddd9998

Please sign in to comment.