mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-09 18:46:47 +01:00
10 lines
134 B
Bash
Executable File
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 .
|
|
|