Skip to content

Commit

Permalink
added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Jun 27, 2019
1 parent 1b3f01d commit 5993960
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

BASEDIR=$(dirname $(readlink -f $0))
(
cd $BASEDIR
docker build -t exagear .
)

0 comments on commit 5993960

Please sign in to comment.