We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like in the title. Command bin/console repman:package:synchronize-all is not working. Console returns no command found
bin/console repman:package:synchronize-all
The text was updated successfully, but these errors were encountered:
@LPawinsky I don't understand how it works, but the command only disappears in docker.
Sorry, something went wrong.
@LPawinsky you need create docker-compose.override.yml file with next contents:
docker-compose.override.yml
services: app: image: buddy/repman:1.4.0 consumer: image: buddy/repman:1.4.0 cron: image: buddy/repman:1.4.0
In original docker-compose.yml using version 1.3.4 of repman image, but this version has not repman:package:synchronize-all command
docker-compose.yml
repman:package:synchronize-all
No branches or pull requests
Like in the title. Command
bin/console repman:package:synchronize-all
is not working. Console returns no command foundThe text was updated successfully, but these errors were encountered: