Skip to content

Commit

Permalink
Build: Override Rails args for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo71096 committed Aug 12, 2023
1 parent 49b9a68 commit b4cb188
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ services:
api:
image: gabo71096/rails_api:1.0
restart: always
build: ./api
build:
context: ./api
args:
RAILS_ENV: development
RAILS_SERVE_STATIC_FILES: false
RAILS_LOG_TO_STDOUT: false
BUNDLE_WITHOUT:
depends_on:
- db
volumes:
Expand Down

0 comments on commit b4cb188

Please sign in to comment.