mail notification

This commit is contained in:
lesion
2019-03-11 00:20:37 +01:00
parent 6ed639d94b
commit 9702f93cf9
17 changed files with 95 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ COPY package.json .
COPY pm2.json .
# install backend dependencies
RUN yarn --prod
RUN yarn
# copy source
COPY app app/