Mercurial > public > ssdt-docker
diff prod/install-ess-app.sh @ 528:e483148f5283
Add backup, restore, and update ess scripts. Handle ess in workflows update and remove container stop/removal from install ess script.
author | Marc Davis <marc.davis@mcoecn.org> |
---|---|
date | Tue, 23 Apr 2024 14:47:12 -0400 |
parents | cb688221b17b |
children | b6f03eb10850 |
line wrap: on
line diff
--- a/prod/install-ess-app.sh Thu Apr 18 14:09:02 2024 +0100 +++ b/prod/install-ess-app.sh Tue Apr 23 14:47:12 2024 -0400 @@ -13,14 +13,6 @@ echo "Attempting to pull $artifactUrl/ess-app:$appVersion" docker pull $artifactUrl/ess-app:$appVersion # -# docker stop ess app container -echo "Attempting to stop $entityId-ess-app container" -docker stop $entityId-ess-app -# -# docker rm ess app container -echo "Attempting to remove $entityId-ess-app container" -docker rm $entityId-ess-app -# # Builder docker run command based on settings in env files echo "Building docker run command" dockerRunCommand="docker run --name $entityId-ess-app