diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index fdc1955..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -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"] diff --git a/README.md b/README.md index 0190dda..90bef79 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,20 @@ Analyzes a webpage and detects **performance** or **front-end code quality** iss
+
+