@@ -8,6 +8,7 @@ COPY . /app
RUN chmod +x run.sh
+RUN npm install yarn -g
RUN npm install -g node-gyp
RUN yarn