1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 20:29:57 +00:00
openmw/docs/prepare_docker_image.sh

5 lines
75 B
Bash
Executable file

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