Skip to content

Commit

Permalink
eclipse-rdf4jGH-5064: added shutdown for docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
  • Loading branch information
barthanssens committed Jul 22, 2024
1 parent c78bd01 commit 86eac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e

echo "Stopping the docker container for ${APP_SERVER}"
docker compose down --rmi -v
docker compose down --rmi all -v

0 comments on commit 86eac9e

Please sign in to comment.