blob: d839c50cda9be913547be0b29b877b7ada2b55e9 [file] [log] [blame]
#!/bin/bash
set -x -e
APPNAME=infra-rbe-linux
# 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