Skip to content

Commit

Permalink
Merge pull request #112 from unarxiv/discovery
Browse files Browse the repository at this point in the history
Discovery
  • Loading branch information
Xiaozhe Yao committed Nov 11, 2018
2 parents 2ad2de0 + 38a4eeb commit 12af247
Show file tree
Hide file tree
Showing 19 changed files with 462 additions and 43 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ build
dist
.env
.idea
.DS_Store
.DS_Store
!discovery/hooks/build
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/d66183d5e7ed7d8f0ca2/maintainability)](https://codeclimate.com/github/unarxiv/CVPM/maintainability)
[![BCH compliance](https://bettercodehub.com/edge/badge/unarxiv/CVPM?branch=master)](https://bettercodehub.com/)


![logo-with-slogan-landscape.png](https://i.loli.net/2018/10/20/5bcb455c17616.png)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion discovery/Dockerfile
Expand Up @@ -7,7 +7,7 @@ COPY package.json /usr/src/app/
RUN npm install

COPY . /usr/src/app
RUN npm build
RUN npm run build

EXPOSE 3000
CMD ["npm", "start"]
5 changes: 5 additions & 0 deletions discovery/README.md
@@ -1 +1,6 @@
# README

[![Docker Repository on Quay](https://quay.io/repository/autoai/cvpm-discovery/status "Docker Repository on Quay")](https://quay.io/repository/autoai/cvpm-discovery)

## ENV Requirements

0 comments on commit 12af247

Please sign in to comment.