mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
6 lines
75 B
Bash
6 lines
75 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
pushd $( dirname -- "$0"; )
|
||
|
docker build -t openmw_doc .
|
||
|
popd
|