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

cleanup build

parent 884e2c17
No related branches found
No related tags found
1 merge request!503Docker and Web Services
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# Script to build Docker image and push to internal registry. # Script to build Docker image and push to internal registry.
## ##
set -x;
BUILD_ARGS=""; BUILD_ARGS="";
for arg in ${DOCKER_BUILD_ARGS}; do for arg in ${DOCKER_BUILD_ARGS}; do
......
...@@ -58,7 +58,6 @@ ENV CONTEXT_PATH "/" ...@@ -58,7 +58,6 @@ ENV CONTEXT_PATH "/"
WORKDIR /app WORKDIR /app
COPY --from=builder ${libs_dir}/* ./ COPY --from=builder ${libs_dir}/* ./
COPY scripts scripts
VOLUME [ "/models" ] VOLUME [ "/models" ]
......
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