Skip to content

Commit

Permalink
Fix minor bug in build-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Oct 24, 2023
1 parent bd6afaa commit 6bab687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ALL_CONTAINERS=$(basename -a ./containers/*)
CONTAINERS=${@:-$ALL_CONTAINERS}

for NAME in $CONTAINERS; do
cp -r ./src/ ./containers/$NAME/context/
cp -r ./src ./containers/$NAME/context/
docker build -t ghcr.io/hubmapconsortium/hra-workflows/$NAME:main ./containers/$NAME/
done

0 comments on commit 6bab687

Please sign in to comment.