stream of consciousness

This commit is contained in:
lesion
2019-03-07 14:59:28 +01:00
parent 8c3642e868
commit 5883589e19
35 changed files with 347 additions and 409 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
COPY package.json .
# install backend dependencies
RUN yarn install
RUN yarn
# copy source
COPY . .