You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run it via Docker but when I'm trying to run the command
Command : ./compose.local.sh run solr make-primero-core.sh primero-test
i got message sback
allexport off
braceexpand on
emacs off
errexit on
errtrace off
functrace off
hashall on
histexpand off
history off
ignoreeof off
interactive-comments on
keyword off
monitor off
noclobber off
noexec off
noglob off
nolog off
notify off
nounset on
onecmd off
physical off
pipefail off
posix on
privileged off
verbose off
vi off
xtrace off
+ exec ./compose.sh -f docker-compose.db.yml -f docker-compose.local.yml run solr make-primero-core.sh primero-test
allexport off
braceexpand on
emacs off
errexit on
errtrace off
functrace off
hashall on
histexpand off
history off
ignoreeof off
interactive-comments on
keyword off
monitor off
noclobber off
noexec off
noglob off
nolog off
notify off
nounset on
onecmd off
physical off
pipefail off
posix on
privileged off
verbose off
vi off
xtrace off
+ exec docker-compose -p primero --project-directory ../ -f docker-compose.yml -f docker-compose.db.yml -f docker-compose.local.yml run solr make-primero-core.sh primero-test
Executing /opt/docker-solr/scripts/precreate-core primero-test /solr-primero-config
Core primero-test already exists
and Docker Status just " Exited "
The text was updated successfully, but these errors were encountered:
I'm trying to run it via Docker but when I'm trying to run the command
Command : ./compose.local.sh run solr make-primero-core.sh primero-test
i got message sback
and Docker Status just " Exited "
The text was updated successfully, but these errors were encountered: