Ben Whatley
Yi Prince
Pranay Garg
GBFeaturesRepository
refreshCallbacks
Michel Marquardt
Jack Parrish
Bardur Guttesen
WORKDIR /usr/local/src/app
RUN apt-get update && apt-get install -y wget gnupg2 && echo "deb <https://deb.nodesource.com/node_14.x> buster main" > /etc/apt/sources.list.d/nodesource.list && wget -qO- <https://deb.nodesource.com/gpgkey/nodesource.gpg.key> | apt-key add - && echo "deb <https://dl.yarnpkg.com/debian/> stable main" > /etc/apt/sources.list.d/yarn.list && wget -qO- <https://dl.yarnpkg.com/debian/pubkey.gpg> | apt-key add - && apt-get update && apt-get install -yqq nodejs=$(apt-cache show nodejs|grep Version|grep nodesource|cut -c 10-) yarn && apt-get clean && rm -rf /var/lib/apt/lists/*
Tibor Bossanyi
track: function (experimentId, variationId) { analytics.track("Experiment Viewed", { experimentId, variationId, }); },
Iaroslav Kholiavko
Bogdan Novikov
Amanda Henderson
Open source platform for stress free deployments, measured impact, and smarter decisions.