Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Added CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
brecke committed Nov 24, 2017
1 parent cd63db6 commit 37e7d83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
machine: true
working_directory: ~/oae-etherpad-docker
steps:
- checkout
- run: docker build -f Dockerfile -t oae-etherpad-docker .

0 comments on commit 37e7d83

Please sign in to comment.