Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Fix issue with failed tests due to Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Apr 28, 2020
1 parent 6cc9bf3 commit 59725a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -7,6 +7,7 @@ services:
build: .
volumes:
- .:/app:delegated
- /app/tmp
command: bundle exec rails s -p 3000 -b '0.0.0.0'
ports:
- 80:3000

0 comments on commit 59725a9

Please sign in to comment.