Files
crowd-funder-for-time-pwa/build.sh

5 lines
108 B
Bash
Executable File

#!/bin/bash
export IMAGENAME="$(basename $PWD):1.0"
docker build . --network=host -t $IMAGENAME --no-cache