mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
2.4.5-debian-9-r0-prod release
This commit is contained in:
11
bitnami/ruby/2.4-prod/debian-9/docker-compose.yml
Normal file
11
bitnami/ruby/2.4-prod/debian-9/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user