Migrated from ruby:2.7 Docker image to ubuntu:20.04
This commit is contained in:
parent
1e5cc598bb
commit
8baebaba2f
2 changed files with 19 additions and 11 deletions
|
@ -6,8 +6,13 @@ services:
|
|||
context: .
|
||||
volumes:
|
||||
- .:/app
|
||||
# don't mount tmp directory (https://github.com/Shopify/bootsnap/issues/177)
|
||||
- /app/tmp
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# https://github.com/Shopify/bootsnap/issues/262
|
||||
ENABLE_BOOTSNAP: 'false'
|
||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue