Try to begin with migration to yarn

This commit is contained in:
SleepWalker
2017-12-13 00:13:36 +02:00
parent 46217d8cd1
commit 702140c73d
4 changed files with 7305 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:5.12
FROM node:8.9.3-alpine
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app