9 lines
No EOL
105 B
Bash
Executable file
9 lines
No EOL
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
pushd $(dirname "$0")/.. # run from root dir
|
|
|
|
docker build -t lastmudserver .
|
|
|
|
popd |