1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00
docker-lineageos/build.sh
Michael Stucki 1d4a3f2118 Add comments
2014-02-16 12:52:12 +01:00

13 lines
198 B
Bash
Executable File

#!/bin/sh
cd $(dirname $0)
SOURCE=$(pwd)/android
# Create a shared folder which will be used as working directory.
test -d $SOURCE || mkdir $SOURCE
docker build -t stucki/cyanogenmod .
exit $?