mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-13 08:58:35 +00:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd $( dirname -- "$0"; )
|
|
docker build -t openmw_doc .
|
|
popd
|