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
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?
The text was updated successfully, but these errors were encountered:
From the README:
When I run this locally:
I looked in the
Rakefile
and thedocker-compose.yml
file and neither show any sign of arelease
command.Was this command deprecated? If so, what is the best way to package releases? Will
docker-compose run compile
be sufficient?The text was updated successfully, but these errors were encountered: