2.4.5-debian-9-r0-prod release

This commit is contained in:
Bitnami Bot
2019-02-04 15:12:03 +00:00
parent 87dbb0ba98
commit 840e79b788
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/ruby:2.4-prod'
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app