1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00

remove docker-build.sh script

too many scripts...docker users can figure this out for themselves
This commit is contained in:
Oliver Giles 2019-09-17 20:52:12 +03:00
parent 9264e5efb0
commit 46281b25dd

View File

@ -1,5 +0,0 @@
#!/bin/bash -e
$PROJECT_DIR=`dirname ${BASH_SOURCE[0]}`
docker build -t laminar${1:-latest} -f $PROJECT_DIR/docker/Dockerfile $PROJECT_DIR