Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed Jul 7, 2021
2 parents d76179b + 9776eb3 commit ec601a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_deploy.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ docker start core
docker create --name web_UI \
-v /etc/localtime:/etc/localtime \
--restart=unless-stopped \
cytomine/web_ui:v1.2.1 > /dev/null
cytomine/web_ui:v1.2.2 > /dev/null

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

0 comments on commit ec601a6

Please sign in to comment.