File size: 109 Bytes
564565f
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

BASEDIR="$(dirname $0)"

docker build -t windj007/lama -f "$BASEDIR/Dockerfile" "$BASEDIR"