1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-14 20:06:41 +02:00
unleash.unleash/docker/index.js
Gard Rimestad 5d5fc37dfd
Feat/docker container on main builds (#1762)
* feat: build docker containers when pushing to main

The intent here is to publish a docker container for every build of
main. This will make it easier to run the tip of main.
2022-06-28 16:13:00 +02:00

8 lines
102 B
JavaScript

'use strict';
const unleash = require('unleash-server');
let options = {};
unleash.start(options);