Merge branch 'master' into develop

This commit is contained in:
Gaël Métais
2020-02-04 12:37:04 -03:00
4 changed files with 8060 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
node_modules/
+7
View File
@@ -0,0 +1,7 @@
FROM node:10
WORKDIR /app
ENV VERSION=master
EXPOSE 8383
RUN git clone --branch ${VERSION} https://github.com/LumberjackOtters/YellowLabTools ylt && cd ylt && yarn install && yarn build
ENV NODE_ENV=production
CMD ["node", "/app/ylt/bin/server.js"]
+2 -1
View File
@@ -97,7 +97,8 @@
"sinon-chai": "~2.14.0"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"build": "grunt build"
},
"keywords": [
"performance",
+8050
View File
File diff suppressed because it is too large Load Diff