Skip to content

Commit

Permalink
Remove leftover outputting to build.log file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Nov 14, 2024
1 parent 01a5da9 commit 7faf5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compose_build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ then
--build-arg RUNTIME="datafed-runtime:latest" \
--no-cache \
"${PROJECT_ROOT}" \
-t datafed-core:latest > build.log 2>&1
-t datafed-core:latest
docker build -f \
"${PROJECT_ROOT}/web/docker/Dockerfile" \
--build-arg DEPENDENCIES="datafed-dependencies:latest" \
Expand Down

0 comments on commit 7faf5f5

Please sign in to comment.