Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Issue #604
  • Loading branch information
rsoika committed Sep 8, 2024
1 parent cf26a55 commit 639eb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devi
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ if [[ "$(strip_dash $1)" == "setup" ]]; then
echo " starting dev enrvionment..."
mvn clean install -Pdebug
cp ./*-app/target/*.war ./docker/deployments/
docker-compose -f docker-compose-dev.yaml up
docker-compose -f ./docker/docker-compose-dev.yaml up
fi


if [[ "$(strip_dash $1)" == "start" ]]; then
echo " Start Dev Environment..."
docker-compose -f docker-compose-dev.yaml up
docker-compose -f ./docker/docker-compose-dev.yaml up
fi

if [[ "$(strip_dash $1)" == "build" ]]; then
Expand Down

0 comments on commit 639eb4b

Please sign in to comment.