blob: 4589470afb2488f932946f2c3f4c0b19c02a4cd7 [file] [log] [blame]
#!/bin/bash
# Build the docsyserver-base image.
set -x -e
APPNAME=docsyserver-base
# Copy files into the right locations in ${ROOT}.
copy_release_files()
{
INSTALL="install -D --verbose --backup=none"
INSTALL_DIR="install -d --verbose --backup=none"
${INSTALL} --mode=644 -T Dockerfile ${ROOT}/Dockerfile
}
source ../bash/docker_build.sh