Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 06ff402

Browse files
committed
update core and web_ui version
1 parent 98d15e2 commit 06ff402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start_deploy.sh.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ docker create --name core \
9595
--link rabbitmq:rabbitmq \
9696
-v /etc/localtime:/etc/localtime \
9797
--restart=unless-stopped \
98-
cytomine/core:v2.1.1 > /dev/null
98+
cytomine/core:v2.1.2 > /dev/null
9999

100100
docker cp $PWD/configs/core/cytomineconfig.groovy core:/usr/share/tomcat7/.grails/cytomineconfig.groovy
101101
docker cp $PWD/hosts/core/addHosts.sh core:/tmp/addHosts.sh
@@ -105,7 +105,7 @@ docker start core
105105
docker create --name web_UI \
106106
-v /etc/localtime:/etc/localtime \
107107
--restart=unless-stopped \
108-
cytomine/web_ui:v1.1.1 > /dev/null
108+
cytomine/web_ui:v1.1.2 > /dev/null
109109

110110
docker cp "${PWD}/configs/web_ui/configuration.json" web_UI:/app/configuration.json
111111
docker cp "${PWD}/configs/web_ui/nginx.conf" web_UI:/etc/nginx/nginx.conf

0 commit comments

Comments
 (0)