We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4354bb commit 6000c8eCopy full SHA for 6000c8e
scripts/docker-cargo-publish.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+
3
+# NOTE: Run from project root ./scripts/docker-cargo-publish.sh
4
5
+docker build -t graphcast-sdk-dev -f Dockerfile.dev .
6
+docker run --rm -e CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN -v .:/app graphcast-sdk-dev cargo publish
0 commit comments