Skip to content

Commit

Permalink
Fix entry command
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Mar 13, 2019
1 parent 5eb60ed commit 1833f41
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 @@ -9,7 +9,7 @@ db:
- /srv/mapknitter_priv1/mk1_database:/var/lib/mysql
web:
build: .
command: /bin/bash -c "sleep 5 && bundle exec rails s -p 3000 -b '0.0.0.0'"
command: sleep 5 && bundle exec rails s -p 3000 -b '0.0.0.0'
environment:
- RAILS_ENV=production
volumes:
Expand Down

0 comments on commit 1833f41

Please sign in to comment.