-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
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?