blob: d90288995d8e2524601a98709a3adfcfee9633ec [file] [log] [blame]
#!/bin/bash
# Copyright 2025 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -x -e
IMAGE_NAME=binary-size
# Copy files into the right locations in ${ROOT}.
copy_release_files()
{
INSTALL="install -D --verbose --backup=none"
${INSTALL} --mode=644 -T Dockerfile ${ROOT}/Dockerfile
}
source ../docker_build.sh