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

Commit

Permalink
Add docker-compose file for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Honermeyer committed Dec 4, 2017
1 parent 4e472c3 commit c2e1105
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "3.3"

services:
app:
image: ruby:2.3-onbuild
command: gem build yaml_db
working_dir: /usr/src/app
volumes:
- .:/usr/src/app

0 comments on commit c2e1105

Please sign in to comment.