add config

This commit is contained in:
Evan McCarthy 2020-05-26 11:05:29 -05:00 committed by Bobby Wibowo
parent cbed540ff2
commit 334c2ab736
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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