diff --git a/dev/deploy-to-container/start.sh b/dev/deploy-to-container/start.sh index c5585a2ba..79b6c2bff 100644 --- a/dev/deploy-to-container/start.sh +++ b/dev/deploy-to-container/start.sh @@ -39,7 +39,7 @@ echo "Running Datatracker migrations..." /usr/local/bin/python ./ietf/manage.py migrate --settings=settings_local echo "Syncing with the rfc-index -./ietf/bin/rfc-editor-updates -d 1969-01-01 +./ietf/bin/rfc-editor-index-updates -d 1969-01-01 echo "Starting Datatracker..." ./ietf/manage.py runserver 0.0.0.0:8000 --settings=settings_local