Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
use sparse index protocol for crates.io; specify platform
Browse files Browse the repository at this point in the history
  • Loading branch information
João Carvalho committed May 29, 2023
1 parent b4607da commit c03da3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ version: "3.2"
services:
dev:
container_name: madara
platform: linux/amd64
image: paritytech/ci-linux:production
working_dir: /var/www/madara
ports:
- "9944:9944"
environment:
- CARGO_HOME=/var/www/madara/.cargo
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
volumes:
- ../../:/var/www/madara
- type: bind
Expand Down

0 comments on commit c03da3c

Please sign in to comment.