Files
CoolProp/Web/docker/docs_runner.sh
2019-01-12 16:23:10 -07:00

11 lines
194 B
Bash
Executable File

set -v
set -e
cat build_docs.sh
# Copy the REFPROP files here
cp -r ${HOME}/REFPROP_sources .
# Run the build of the docs
docker-compose run worker bash /coolprop/Web/docker/build_docs.sh $1