mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
Add docker image (#375)
* Add Dockerfile Add documentation Ref #375 * Add PORT, VOLUME and reduce size of the docker image significantly Fix doc and reduce image size Fix #375 * Fix docker compose
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# This script show the polkadot version and commit ref that was
|
||||
# used to build the image.
|
||||
# If you report an issue, call this script to get all details.
|
||||
# This script will no longer be required once the polkadot cli
|
||||
# can report its commit ref.
|
||||
|
||||
echo "-----------------------------------------"
|
||||
printf "Polkadot Docker Container: "
|
||||
polkadot --version
|
||||
printf " "
|
||||
git rev-parse HEAD
|
||||
echo "-----------------------------------------"
|
||||
Reference in New Issue
Block a user