We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435f006 commit c433b13Copy full SHA for c433b13
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM brainpower/node-cubicle
2
+
3
+WORKDIR /root/repo
4
5
+ADD . ./
6
+RUN yarn
7
+RUN yarn build
docker-compose.yml
@@ -0,0 +1,10 @@
+version: "3"
+services:
+ commitlint:
+ build: .
+ image: marionebl/commitlint-cubicle
+ ports:
+ - "8443:8443"
8
+ volumes:
9
+ - .:/root/repo
10
+ command: code-server --no-auth /root/repo
0 commit comments