This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-12-22 19:07:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d1942435bb
unleash.unleash
/
docker
/
index.js
8 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
'use strict'
;
task: Remove docker package setup. (#8959) Keeping the index.js inside the docker folder to avoid our tsconfig having to be changed. In addition, updated the build to copy less of the folders into our final image, since we really only needed build and node_modules. Should reduce attack surface of the container.
2024-12-11 13:50:38 +01:00
const
unleash
=
require
(
'./build'
)
;
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
let
options
=
{
}
;
unleash
.
start
(
options
)
;
Reference in New Issue
Copy Permalink