forked from trent_larson/crowd-funder-for-time-pwa
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
export IMAGENAME="$(basename $PWD):1.0"
|
|
|
|
docker build . --network=host -t $IMAGENAME --no-cache
|