Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shibukk committed Jul 20, 2018
1 parent a34a7bc commit 214305f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/start_server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

# Install gems
bundle install --jobs=4 --path=/bundle
bundle install --jobs=4

# Remove process file
if [ -e /app/tmp/pids/*.pid ]; then rm /app/tmp/pids/*.pid; fi
Expand Down
2 changes: 1 addition & 1 deletion root/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
dockerfile: ./docker/web/Dockerfile
volumes:
- node_modules:/app/node_modules
- bundle:/bundle
- bundle:/usr/local/bundle
- .:/app
env_file: ./docker/.env
ports:
Expand Down

0 comments on commit 214305f

Please sign in to comment.