add docker-compose support
This commit is contained in:
parent
11bae37cc4
commit
419233f9f8
5 changed files with 95 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
web:
|
||||
build: .
|
||||
command: bash -c "bundle exec rails s -p 8080 -b '0.0.0.0'"
|
||||
volumes:
|
||||
- ./:/osem
|
||||
ports:
|
||||
- "8080:8080"
|
||||
Loading…
Add table
Add a link
Reference in a new issue