cleaning up vagrant and various other files. fixing docker compose startup

This commit is contained in:
mccabe615
2017-11-13 15:09:17 -05:00
parent b014794b37
commit ba018e1a5a
7 changed files with 1 additions and 64 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: '2'
services:
web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp
ports: