Files
openmw/docs/prepare_docker_image.sh
T
2022-08-09 09:29:02 +00:00

6 lines
75 B
Bash
Executable File

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