Skip to content

Commit

Permalink
fix: pre-compiled Windows binary could not run because of missing com…
Browse files Browse the repository at this point in the history
…pose file
  • Loading branch information
boukeversteegh committed Mar 20, 2022
1 parent 6905a02 commit 48cbe6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ services:
ruby:
image: "ruby:${RUBY_VERSION}"
entrypoint: [ "ruby" ]
rustc:
image: "rust:${RUST_VERSION}"
entrypoint: [ "rustc" ]
s3cmd:
build:
context: apps/s3cmd
Expand All @@ -146,6 +149,11 @@ services:
AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_ACCESS_KEY:-}"
volumes:
- "${HOME:-}/.dockerized/apps/s3cmd:/root"
semantic-release-cli:
<<: *node
entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
volumes:
- "${HOME:-}/.dockerized/apps/gh:/root"
swagger-codegen:
image: "swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
tree:
Expand Down

0 comments on commit 48cbe6a

Please sign in to comment.