Smartstore.BTCPayServer/build/dockerize.linux.sh
2022-08-12 21:57:09 +02:00

3 lines
102 B
Bash

cd ..
docker build -t ghcr.io/smartstore/smartstore-linux .
echo 'Press enter to exit...'; read dummy;