Skip to content

Commit

Permalink
chore: add turnkey dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed May 6, 2019
1 parent 435f006 commit 1e2e8ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
@@ -0,0 +1,7 @@
FROM brainpower/node-cubicle

WORKDIR /root/repo

ADD . ./
RUN yarn
RUN yarn build
10 changes: 10 additions & 0 deletions docker-compose.yml
@@ -0,0 +1,10 @@
version: "3"
services:
commitlint:
build: .
image: marionebl/commitlint-cubicle
ports:
- "8443:8443"
volumes:
- .:/root/repo
command: code-server --no-auth /root/repo

0 comments on commit 1e2e8ed

Please sign in to comment.