From the README:
Create the releases
Just type: docker-compose run release
After this command finishes, you'll see the releases for each target in the releases directory.
When I run this locally:
$ docker-compose run release
No such service: release
I looked in the Rakefile and the docker-compose.yml file and neither show any sign of a release command.
Was this command deprecated? If so, what is the best way to package releases? Will docker-compose run compile be sufficient?
From the README:
When I run this locally:
I looked in the
Rakefileand thedocker-compose.ymlfile and neither show any sign of areleasecommand.Was this command deprecated? If so, what is the best way to package releases? Will
docker-compose run compilebe sufficient?