Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
updating the path
  • Loading branch information
Hiiiij committed May 15, 2024
1 parent 44f0f6b commit 0d1ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
env_file:
- docker-compose.env
build: .
command: tail -f /dev/null
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
environment:
DB_HOST: db
volumes:
Expand Down

0 comments on commit 0d1ffd9

Please sign in to comment.