nostr-rs-relay/mk-platform-agnostic-dockerfile.sh

4 lines
165 B
Bash
Raw Normal View History

#!/usr/bin/env bash
sed -E 's/@sha256:[[:alnum:]]+//g' Dockerfile > Dockerfile.any-platform
echo "Created platform-agnostic Dockerfile in 'Dockerfile.any-platform'"