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

3 lines
124 B
Bash

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