1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-27 06:14:09 +00:00
OpenMW/docs/prepare_docker_image.sh

6 lines
75 B
Bash
Executable File

#!/bin/bash
pushd $( dirname -- "$0"; )
docker build -t openmw_doc .
popd