nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

mk-platform-agnostic-dockerfile.sh (165B)


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