Skip to content
Snippets Groups Projects
Commit 6d2694bb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

docker/init.sh - add --build on docker composer up

parent 49309299
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ while true; do
_wait
;;
u)
if docker-compose --verbose up -d --remove-orphans; then
if docker-compose --verbose up -d --remove-orphans --build; then
# test ! -z "${APP_ONSTARTUP}" && sleep 2 && docker exec -it appmonitor-server /bin/bash -c "${APP_ONSTARTUP}"
echo "In a web browser:"
echo " $frontendurl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment