mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2911 from overleaf/jel-rename-containers
Update migration script for web container name change GitOrigin-RevId: e3cefe58f571ab4adf8d7e2b28d19148f394cc83
This commit is contained in:
parent
9c2a6fc371
commit
9c9993684c
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ if [ -f /.dockerenv ]; then
|
|||
# I'm running inside docker
|
||||
npm run migrations -- "$@"
|
||||
else
|
||||
${SCRIPTPATH}/run web_v2 bin/east "$@"
|
||||
${SCRIPTPATH}/run web bin/east "$@"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue