Skip to content
Snippets Groups Projects
Commit 7c59c1f0 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update docker build

parent 09bac569
No related branches found
No related tags found
1 merge request!503Docker and Web Services
......@@ -9,6 +9,8 @@ for arg in ${DOCKER_BUILD_ARGS}; do
BUILD_ARGS="${BUILD_ARGS} --build-arg ${arg}";
done
echo "${BUILD_ARGS}";
# Build Docker image
docker build \
"${BUILD_ARGS}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment