Skip to content

Commit

Permalink
fix(docker): comment out the custom CA certificate in the Dockerfile.
Browse files Browse the repository at this point in the history
The previous commit accidentally left the custom CA certificate
code in the dockerfile.
  • Loading branch information
zicklag committed May 3, 2023
1 parent 2cd9212 commit 747c537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry/cache \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/src/bones/target \
# Uncomment if building with behind custom CA cert
--mount=type=bind,src=./cacert.gitignore.crt,target=/etc/ssl/certs/ca-certificates.crt \
#--mount=type=bind,src=./cacert.gitignore.crt,target=/etc/ssl/certs/ca-certificates.crt \
cargo build --release -p bones_matchmaker

RUN --mount=type=cache,target=/usr/src/bones/target \
Expand Down

0 comments on commit 747c537

Please sign in to comment.