From 334c2ab7368fe429f46a4a7cd33e8c45eeb49272 Mon Sep 17 00:00:00 2001 From: Evan McCarthy Date: Tue, 26 May 2020 11:05:29 -0500 Subject: [PATCH] add config --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0792354..bccbd90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apk add --no-cache --virtual build-dependencies python make g++ RUN apk add --no-cache ffmpeg +ADD config.sample.js config.js + RUN yarn install RUN apk update