Skip to content

Commit

Permalink
rework compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Apr 30, 2024
1 parent 5cb14a3 commit 88df064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deployment.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
echo "building the image ..."
docker compose -f ../docker-compose.yml -f ../docker-compose.dev.yml build --no-cache
docker compose -f ../docker-compose.yml build --no-cache

echo "shuting down the docker compose ..."
docker compose -f ../docker-compose.yml -f ../docker-compose.dev.yml down

echo "starting the docker compose ..."
docker compose -f ../docker-compose.yml -f ../docker-compose.dev.yml up -d
docker compose -f ../docker-compose.yml up -d

echo "done"

0 comments on commit 88df064

Please sign in to comment.