FROM node:10 LABEL maintainer="tcit" RUN yarn install RUN yarn upgrade node-sass WORKDIR /app/js EXPOSE 8080