Files
WomoLIN/Docker/build.sh
2019-10-27 14:54:20 +01:00

10 lines
134 B
Bash
Executable File

#!/bin/bash
source tools.sh
setAppFromShellName $1
echo "Buildname: ${APP}"
docker build --tag womo$APP --file Dockerfile_$APP .