Skip to content

Commit

Permalink
Replace abbr with full command
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Jan 11, 2021
1 parent 143873c commit a84766d
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:
build:
context: .
dockerfile: docker/ror/Dockerfile
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails server -p 3000 -b '0.0.0.0'"
env_file:
- .env
volumes:
Expand Down

0 comments on commit a84766d

Please sign in to comment.