Skip to content

Commit

Permalink
#2364 - github packages
Browse files Browse the repository at this point in the history
- Update bootstrap.sh with adapted docker-compose file
  • Loading branch information
jcomedouteau committed Nov 6, 2024
1 parent 98149e6 commit aac8b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [ -n "$build" ] ; then
-w /src "$DEV_IMG" sh -c 'git config --global --add safe.directory /src && cd shanoir-ng-parent && mvn clean install -DskipTests'

# 3. build the docker images
docker compose build
docker compose -f docker-compose-dev.yml build
fi

if [ -n "$deploy" ] ; then
Expand Down

0 comments on commit aac8b43

Please sign in to comment.