2.7.3-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-04-08 09:34:59 +00:00
parent fe15e46d4a
commit a948949570
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: 'docker.io/bitnami/ruby:2.7-debian-10'
image: docker.io/bitnami/ruby:2.7
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000