mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd $( dirname -- "$0"; )
|
|
docker build -t openmw_doc .
|
|
popd
|