Skip to content

Commit

Permalink
Copying the oauthhandler config file in the Docker machine, keeping t…
Browse files Browse the repository at this point in the history
…he relative path working.
  • Loading branch information
nigeon authored and p4u committed Sep 18, 2023
1 parent 78d679e commit fc8f087
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 82 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifi

WORKDIR /app
COPY --from=builder /src/blind-csp ./
COPY --from=builder /src/handlers/oauthhandler/config.yml ./handlers/oauthhandler/config.yml

ENTRYPOINT ["/app/blind-csp"]
Binary file removed blind-csp
Binary file not shown.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ require (
github.com/arnaucube/go-blindsecp256k1 v0.0.0-20220421060538-07077d895da5
github.com/cockroachdb/errors v1.9.1 // indirect
github.com/cockroachdb/pebble v0.0.0-20230620232302-06034ff014e0 // indirect
github.com/docker/docker v23.0.5+incompatible
github.com/docker/docker v23.0.5+incompatible // indirect
github.com/enriquebris/goconcurrentqueue v0.6.3
github.com/ethereum/go-ethereum v1.12.0
github.com/frankban/quicktest v1.14.5
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.5.1
github.com/klauspost/compress v1.16.5 // indirect
github.com/libp2p/go-reuseport v0.2.0 // indirect
github.com/messagebird/go-rest-api/v7 v7.1.0
github.com/nyaruka/phonenumbers v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/strikesecurity/strikememongo v0.2.4 // direct
github.com/subosito/gotenv v1.4.2 // indirect
github.com/testcontainers/testcontainers-go v0.20.1
github.com/twilio/twilio-go v0.26.0
Expand All @@ -30,9 +28,9 @@ require (
github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/redact v1.1.3 // indirect
Expand Down
Loading

0 comments on commit fc8f087

Please sign in to comment.