3 RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
4 RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
5 RUN apt-get update && apt-get install yarn
9 COPY package.json /app/
16 ENTRYPOINT [ "node", "bin/dasein" ])