tpotce/docker/nginx/builder/esvue/build.sh

6 lines
185 B
Bash
Raw Normal View History

#!/bin/bash
# Needs buildx to build. Run tpotce/bin/setup-builder.sh first
echo "do not build!"
exit 0
docker buildx build --no-cache --progress plain --output ../../dist/html/esvue/ .