mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
4 lines
165 B
Bash
4 lines
165 B
Bash
|
#!/usr/bin/env bash
|
||
|
sed -E 's/@sha256:[[:alnum:]]+//g' Dockerfile > Dockerfile.any-platform
|
||
|
echo "Created platform-agnostic Dockerfile in 'Dockerfile.any-platform'"
|